8000 replace specific with generic (#1538) · kevinheader/vuejs.org@ed362d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit ed362d2

Browse files
phananchrisvfritz
authored andcommitted
replace specific with generic (vuejs#1538)
1 parent b39c8a7 commit ed362d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/style-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ components/
739739
These components lay the foundation for consistent styling and behavior in your application. They may **only** contain:
740740

741741
- HTML elements,
742-
- other `Base`-prefixed components, and
742+
- other base components, and
743743
- 3rd-party UI components.
744744

745745
But they'll **never** contain global state (e.g. from a Vuex store).

0 commit comments

Comments
 (0)
0