Skip to content

Commit 4f9af82

Browse files
PanJiaCheneddyerburgh
authored andcommitted
docs: fix typo (vuejs#816)
1 parent d0a9c16 commit 4f9af82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The default test script will do the following: lint with ESLint -> type check wi
6666

6767
## Project Structure
6868

69-
- **`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [GitBook](https://www.gitbook.com/).
69+
- **`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [VuePress](https://github.com/vuejs/vuepress).
7070

7171
- **`flow`**: contains type declarations for [Flow](https://flowtype.org/). These declarations are loaded **globally** and you will see them used in type annotations in normal source code.
7272

@@ -80,11 +80,11 @@ The default test script will do the following: lint with ESLint -> type check wi
8080

8181
- **`dist`**: contains built files for distribution. Note this directory is only updated when a release happens; they do not reflect the latest changes in development branches.
8282

83-
- **`create-instance`**: private package that creates an instance and applies mounting options.
83+
- **`create-instance`**: private package that creates an instance and applies mounting options.
8484

8585
- **`shared`**: private package that contains utilities used by the other packzges.
8686

87-
- **`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them.
87+
- **`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them.
8888

8989
- **`test`**: contains all tests. The unit tests are written with [Mocha](https://mochajs.org/) and run with [Karma](http://karma-runner.github.io/0.13/index.html) and [mocha-webpack](http://zinserjan.github.io/mocha-webpack/), which compiles the code with webpack before running it in mocha.
9090

0 commit comments

Comments
 (0)