From: Haoqun Jiang Date: Fri, 7 Jan 2022 05:27:28 +0000 (+0800) Subject: docs: fix typo X-Git-Tag: v3.0.7~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b048d11ad8591c0ec03d5cc2a6908d52bc9cf0c;p=thirdparty%2Fvuejs%2Fcreate-vue.git docs: fix typo --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f35fb191..587adae1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.