Skip to content

Commit cda2ffb

Browse files
author
Ash Go
authored
docs: typo (#401)
1 parent 17f3b97 commit cda2ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Components({
256256

257257
So the `RouterLink` and `RouterView` will be presented in `components.d.ts`.
258258

259-
By default, `unplugin-vue-components` detects supported libraries automatically (e.g. `vue-router`) when their are installed in the workspace. If you want to disable it completely, you can pass an empty array to it:
259+
By default, `unplugin-vue-components` detects supported libraries automatically (e.g. `vue-router`) when they are installed in the workspace. If you want to disable it completely, you can pass an empty array to it:
260260

261261
```ts
262262
Components({

0 commit comments

Comments
 (0)