]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
docs: fix typo
authorHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 7 Jan 2022 05:27:28 +0000 (13:27 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Fri, 7 Jan 2022 05:27:28 +0000 (13:27 +0800)
CONTRIBUTING.md

index f35fb1910ee2f1247cbd308212f6e7241009415a..587adae1178198768931e73af04f512b139bd2bf 100644 (file)
@@ -19,5 +19,5 @@ This repo is a monorepo using pnpm workspaces. The package manager used to insta
 ## Pull Request Guidelines
 
 - Checkout a topic branch from a base branch, e.g. `main`, and merge back against that branch.
-- For any non-trivial new features or bug fixes, please open a issue first and have it approved before working on it.
+- For any non-trivial new features or bug fixes, please open an issue first and have it approved before working on it.
 - Don't include the `playground` directory in the commits. It will be updated automatically after each release.