Skip to content

Commit 71748d1

Browse files
authored
typo
1 parent ad80091 commit 71748d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
* Collects all available extensions and maintains a list of hooks, pointing to them.
99
* @param {Object} Vue The main Vue instance
1010
* @param {Object} options An named index of objects:
11-
* "extensions": a named index of modules that export a extension:
11+
* "extensions": a named index of modules that export an extension:
1212
* name: the name of the extensions
1313
* hooks: named index, each one pointing to a list of Vue
1414
* components implementing that hook. They will be

0 commit comments

Comments
 (0)