Skip to content

Commit 80d4a9b

Browse files
ch12-13 edits
1 parent a9b4e28 commit 80d4a9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version-control.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ made. In Figure \@ref(fig:vc-ba3-commit), the message is `Message about changes.
225225
your work you should make sure to replace this with an
226226
informative message about what changed. It is also important to note here that
227227
these changes are only being committed to the local repository's history. The
228-
remote repository on GitHub has not changed, and collaborators would not yet be
228+
remote repository on GitHub has not changed, and collaborators are not yet
229229
able to see your new changes.
230230

231231
```{r vc-ba3-commit, fig.cap = "Committing the modified files in the staging area to the local repository history, with an informative message about what changed.", fig.retina = 2, out.width="100%"}
@@ -903,7 +903,7 @@ image_read("img/version_control/issue_01.png") |>
903903

904904
Next click the "New issue" button (Figure \@ref(fig:issue-02)).
905905

906-
(ref:issue-02) The "New issues" button on the GitHub web interface.
906+
(ref:issue-02) The "New issue" button on the GitHub web interface.
907907

908908
```{r issue-02, fig.pos = "H", out.extra="", fig.cap = '(ref:issue-02)', fig.retina = 2, out.width="100%"}
909909
image_read("img/version_control/issue_02.png") |>

0 commit comments

Comments
 (0)