Skip to content

Commit ee57b0f

Browse files
Raxabikirjs
authored andcommitted
docs: Fix missing single quote in the first navigateByUrl example.
1 parent c472282 commit ee57b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/routing/navigate-to-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The `router.navigateByUrl()` method provides a direct way to programmatically na
149149

150150
```ts
151151
// Standard route navigation
152-
router.navigateByUrl('/products);
152+
router.navigateByUrl('/products');
153153

154154
// Navigate to nested route
155155
router.navigateByUrl('/products/featured');

0 commit comments

Comments
 (0)