]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix typo [ci skip] (#413)
authorlimichange <limichange@hotmail.com>
Wed, 30 Oct 2019 15:48:39 +0000 (23:48 +0800)
committerEvan You <yyx990803@gmail.com>
Wed, 30 Oct 2019 15:48:39 +0000 (11:48 -0400)
.github/contributing.md

index 84c34cb57cffca7a16c2f1b89883dbbd38678633..2788016121f4c981ea1c2e2ad6718e7732c0ef2f 100644 (file)
@@ -150,7 +150,7 @@ This project uses a [monorepo](https://github.com/lerna/lerna#about) structure a
 
 - `compiler-dom`: Compiler with additional plugins specifically targeting the browser.
 
-- `template-explorer`: A development tool for debugging compiler output. You can run `yarn dev template-explorer` ad open its `index.html` to get a repl of template compilation based on current source code.
+- `template-explorer`: A development tool for debugging compiler output. You can run `yarn dev template-explorer` and open its `index.html` to get a repl of template compilation based on current source code.
 
   A [live version](https://vue-next-template-explorer.netlify.com) of the template explorer is also available, which can be used for providing reproductions for compiler bugs. You can also pick the deployment for a specific commit from the [deploy logs](https://app.netlify.com/sites/vue-next-template-explorer/deploys).