From b9079beed3dc15d6e73fc3862ddbd041e908e791 Mon Sep 17 00:00:00 2001 From: Eric-Olivier Lamey Date: Sun, 7 Jun 2015 07:07:04 +0000 Subject: [PATCH] Fix a typo and a minor formatting issue in the docs. Signed-off-by: Eric-Olivier Lamey Upstream-commit: 173d0918a8ddffe1ba8a057527feccb6bee7f30b Component: engine --- components/engine/docs/sources/project/create-pr.md | 4 ++-- components/engine/docs/sources/project/test-and-docs.md | 2 +- components/engine/docs/sources/project/work-issue.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/engine/docs/sources/project/create-pr.md b/components/engine/docs/sources/project/create-pr.md index 613ab69112..a40e3c56ce 100644 --- a/components/engine/docs/sources/project/create-pr.md +++ b/components/engine/docs/sources/project/create-pr.md @@ -75,9 +75,9 @@ Always rebase and squash your commits before making a pull request. 6. Edit and save your commit message. - `git commit -s` + $ git commit -s - Make sure your message includes your signature. 7. Force push any changes to your fork on GitHub. diff --git a/components/engine/docs/sources/project/test-and-docs.md b/components/engine/docs/sources/project/test-and-docs.md index bcf4167ff2..de33433bab 100644 --- a/components/engine/docs/sources/project/test-and-docs.md +++ b/components/engine/docs/sources/project/test-and-docs.md @@ -102,7 +102,7 @@ Run the entire test suite on your current repository: * creates a new binary * cross-compiles all the binaries for the various operating systems - * runs the all the tests in the system + * runs all the tests in the system It can take several minutes to run all the tests. When they complete successfully, you see the output concludes with something like this: diff --git a/components/engine/docs/sources/project/work-issue.md b/components/engine/docs/sources/project/work-issue.md index 3291102897..0f7d6df1ec 100644 --- a/components/engine/docs/sources/project/work-issue.md +++ b/components/engine/docs/sources/project/work-issue.md @@ -178,9 +178,9 @@ You should pull and rebase frequently as you work. 6. Edit and save your commit message. - `git commit -s` + $ git commit -s - Make sure your message includes your signature. 7. Force push any changes to your fork on GitHub.