]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
docs: add indefinite article to bug fix sentence (#1878)
authorJonathan Wood <bamblehorse@gmail.com>
Mon, 17 Aug 2020 15:21:01 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Aug 2020 15:21:01 +0000 (17:21 +0200)
.github/contributing.md

index df3efd9abfc3ff4874a1f4badd4f1d3e9a1ae068..a64b89a2fcb16bebe89cfd76d246cbdaeae3ff4b 100644 (file)
@@ -23,7 +23,7 @@ Hi! I'm really excited that you are interested in contributing to Vue.js. Before
   - Add accompanying test case.
   - Provide a convincing reason to add this feature. Ideally, you should open a suggestion issue first and have it approved before working on it.
 
-- If fixing bug:
+- If fixing bug:
 
   - If you are resolving a special issue, add `(fix #xxxx[,#xxxx])` (#xxxx is the issue id) in your PR title for a better release log, e.g. `update entities encoding/decoding (fix #3899)`.
   - Provide a detailed description of the bug in the PR. Live demo preferred.