We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a9436 commit 874da11Copy full SHA for 874da11
pkgs/shelf_router/test/router_test.dart
@@ -204,7 +204,7 @@ void main() {
204
});
205
206
test('can mount dynamic routes', () async {
207
- // routes for an [user] to [other]. This nests gets nested
+ // routes for an [user] to [other]. This gets nested
208
// parameters from previous mounts
209
Handler createUserToOtherHandler(String user, String other) {
210
var router = Router();
0 commit comments