Skip to content

Commit d06b140

Browse files
authored
Update router-module.md
1 parent c7ac682 commit d06b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/router-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In such a case, instead of repeating the `/dashboard` prefix within each control
2525
export class AppModule {}
2626
```
2727

28-
Next we set the `dashboard` route in the controller decorator like this `@Controller ('dashboard')`.
28+
Next we set the `dashboard` route in the controller decorator like this `@Controller('dashboard')`.
2929

3030
> info **Hint** The `RouterModule` class is exported from the `@nestjs/core` package.
3131

0 commit comments

Comments
 (0)