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

Commit

Permalink
docs: add missing periods
Browse files Browse the repository at this point in the history
  • Loading branch information
timursaurus authored and pi0 committed Aug 7, 2022
1 parent 4623525 commit 2cbdc5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/content/3.api/1.composables/use-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have a `pages/` folder, `useRouter` is identical in behavior to the one p
- **addRoute:** Add a new route to the router instance. `parentName` can be provided to add new route as the child of an existing route.
- **removeRoute:** Remove an existing route by its name.
- **getRoutes:** Get a full list of all the route records.
- **hasRoute:** Checks if a route with a given name exists
- **hasRoute:** Checks if a route with a given name exists.

## Based on history API

Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/config/_adhoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default {
pages: undefined,

/**
* Manually disable nuxt telemetry
* Manually disable nuxt telemetry.
*
* @see [Nuxt Telemetry](https://github.com/nuxt/telemetry) for more information.
*
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/src/types/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface ScanDir {
extendComponent?: (component: Component) => Promise<Component | void> | (Component | void)

/**
* If enabled, registers components to be globally available
* If enabled, registers components to be globally available.
*
*/
global?: boolean
Expand Down

0 comments on commit 2cbdc5c

Please sign in to comment.