Skip to content

Commit 92e6e1a

Browse files
dlederlechrisvfritz
authored andcommitted
components-registration missing word (#1559)
1 parent 8769abe commit 92e6e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-registration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If you're not using a module system with `import`/`require`, you can probably sk
133133

134134
### Local Registration in a Module System
135135

136-
If you're still here, then it's likely you're using a module system, such as with Babel and Webpack. In these cases, we recommend creating a `components`, with each component in its own file.
136+
If you're still here, then it's likely you're using a module system, such as with Babel and Webpack. In these cases, we recommend creating a `components` directory, with each component in its own file.
137137

138138
Then you'll need to import each component you'd like to use, before you locally register it. For example, in a hypothetical `ComponentB.js` or `ComponentB.vue` file:
139139

0 commit comments

Comments
 (0)