Skip to content

Commit bf497dc

Browse files
author
Alan Christie
committed
docs: README tweak
1 parent 5d5aafd commit bf497dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ for a local cluster) simply change to its directory and run the `site.yaml` file
106106
## Updating the clone
107107

108108
Should anything change in the upstream repositories, while you can update
109-
the root project using the standard `git pull` this will not
110-
update the content of your submodules. Instead, to pull _everything_ from the repective
109+
the root project using the standard `git pull` command this will not
110+
update the content of your submodules. Instead, to pull _everything_ from the respective
111111
remotes you can run this command: -
112112

113113
git pull --recurse-submodules
@@ -121,11 +121,11 @@ remotes you can run this command: -
121121
Editing submodule code correctly is a complex affair. You have to do some extra steps
122122
if you want changes in a submodule to be tracked. As such you are _strongly advised_
123123
to read the [submodule] documentation's **Working on a Submodule** section first.
124-
It will help you understanding how to edit and commit changes in a submodule.
124+
It will help you understanding how to correctly edit and publish your changes.
125125

126-
Before you start editing a submodule make sure you have chosen a suitable branch.
126+
Before you start editing make sure you have chosen a suitable branch.
127127
By default, when the submodules are cloned they exist in a detached state, and
128-
you need to select a suitable remote branch in order to commit any code.
128+
you need to select a suitable remote branch before you can commit any code.
129129

130130
---
131131

0 commit comments

Comments
 (0)