From 0260aa1d97a47c3d8e0b0e40acb9c9663d4b990d Mon Sep 17 00:00:00 2001 From: Pan Date: Wed, 11 Jul 2018 20:11:42 +0800 Subject: [PATCH] docs: fix typo --- .github/CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dbe075888..a9628ce3a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -66,7 +66,7 @@ The default test script will do the following: lint with ESLint -> type check wi ## Project Structure -- **`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [GitBook](https://www.gitbook.com/). +- **`docs`**: contains files used to generate https://vue-test-utils.vuejs.org/ with [VuePress](https://github.com/vuejs/vuepress). - **`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. @@ -80,11 +80,11 @@ The default test script will do the following: lint with ESLint -> type check wi - **`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. - - **`create-instance`**: private package that creates an instance and applies mounting options. + - **`create-instance`**: private package that creates an instance and applies mounting options. - **`shared`**: private package that contains utilities used by the other packzges. -- **`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them. +- **`scripts`**: contains build-related scripts and configuration files. In most cases you don't need to touch them. - **`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.