Skip to content

Commit 6fac625

Browse files
committed
fix typo in contrib guide
1 parent c229684 commit 6fac625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ The default test script will do the following: lint with ESLint -> type check wi
115115

116116
- **`instance`**: contains Vue instance constructor and prototype methods.
117117

118-
- `**global-api`**: as the name suggests.
118+
- **`global-api`**: as the name suggests.
119119

120-
- `**components`**: universal abstract components. Currently `keep-alive` is the only one.
120+
- **`components`**: universal abstract components. Currently `keep-alive` is the only one.
121121

122122
- **`server`**: contains code related to server-side rendering.
123123

0 commit comments

Comments
 (0)