Skip to content

Commit 874da11

Browse files
committed
typo
1 parent 89a9436 commit 874da11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/shelf_router/test/router_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void main() {
204204
});
205205

206206
test('can mount dynamic routes', () async {
207-
// routes for an [user] to [other]. This nests gets nested
207+
// routes for an [user] to [other]. This gets nested
208208
// parameters from previous mounts
209209
Handler createUserToOtherHandler(String user, String other) {
210210
var router = Router();

0 commit comments

Comments
 (0)