Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/university/training/user_training.md')
-rw-r--r--doc/university/training/user_training.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/university/training/user_training.md b/doc/university/training/user_training.md
index 663ae0126c9..d2def1f3199 100644
--- a/doc/university/training/user_training.md
+++ b/doc/university/training/user_training.md
@@ -222,7 +222,7 @@ See GitLab merge requests for examples: <https://gitlab.com/gitlab-org/gitlab-fo
- Dashboard
- User Preferences
-- ReadMe, Changelog, License shortcuts
+- README, Changelog, License shortcuts
- Issues
- Milestones and Labels
- Manage project members
@@ -314,7 +314,7 @@ Squash the commits on the same branch we used for the merge conflicts step.
git rebase -i master
```
-In the editor, leave the first commit as 'pick' and set others to 'fixup'.
+In the editor, leave the first commit as `pick` and set others to `fixup`.
## Questions?