From 9b78ab7c0d7ff9f42375d1b7cd095356a800be25 Mon Sep 17 00:00:00 2001 From: Josh Biddick Date: Fri, 6 Sep 2019 10:01:13 +1200 Subject: [PATCH] docs: spelling (#1284) --- docs/support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/support/FAQ.md b/docs/support/FAQ.md index df5c34c9a4..444d15280b 100644 --- a/docs/support/FAQ.md +++ b/docs/support/FAQ.md @@ -4,7 +4,7 @@ **semantic-release** takes care of updating the `package.json`’s version before publishing to [npm](https://www.npmjs.com). -By default, only the published package will contains the version, which is the only place where it is *really* required, but the updated `package.json` will not be pushed to the Git repository +By default, only the published package will contain the version, which is the only place where it is *really* required, but the updated `package.json` will not be pushed to the Git repository However, the [`@semantic-release/git`](https://github.com/semantic-release/git) plugin can be used to push the updated `package.json` as well as other files to the Git repository.