Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit 2cbdc5c

Browse files
timursauruspi0
authored andcommitted
docs: add missing periods
1 parent 4623525 commit 2cbdc5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/content/3.api/1.composables/use-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you have a `pages/` folder, `useRouter` is identical in behavior to the one p
1212
- **addRoute:** Add a new route to the router instance. `parentName` can be provided to add new route as the child of an existing route.
1313
- **removeRoute:** Remove an existing route by its name.
1414
- **getRoutes:** Get a full list of all the route records.
15-
- **hasRoute:** Checks if a route with a given name exists
15+
- **hasRoute:** Checks if a route with a given name exists.
1616

1717
## Based on history API
1818

packages/schema/src/config/_adhoc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default {
4646
pages: undefined,
4747

4848
/**
49-
* Manually disable nuxt telemetry
49+
* Manually disable nuxt telemetry.
5050
*
5151
* @see [Nuxt Telemetry](https://github.com/nuxt/telemetry) for more information.
5252
*

packages/schema/src/types/components.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface ScanDir {
6969
extendComponent?: (component: Component) => Promise<Component | void> | (Component | void)
7070

7171
/**
72-
* If enabled, registers components to be globally available
72+
* If enabled, registers components to be globally available.
7373
*
7474
*/
7575
global?: boolean

0 commit comments

Comments
 (0)