On the page https://www.atlassian.com/git/tutorials/why-git in the last paragraph of the "Feature Branch Workflow" section the second sentence reads:
"They let you represent development work at the same granularity as the your agile backlog."
I believe that the sentence should read either:
"They let you represent development work at the same granularity as your agile backlog."
OR
"They let you represent development work at the same granularity as the agile backlog."
Another one in https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-init. I believe that the second sentence of the third paragraph in the "Usage" section has the following typo:
"Running this command will create a new subdirectory called containing nothing but the .git
subdirectory."
but should read
"Running this command will create a new subdirectory called <directory> containing nothing but the .git
subdirectory."
Another typo on https://www.atlassian.com/git/tutorials/setting-up-a-repository/git-clone.
The last sentence in the "Configuration Options" -> "Other Configuration Options" -> "git clone --template" section should be changed from:
"A thorough refrence on Git templates can be found on our git init page."
to
"A thorough reference on Git templates can be found on our git init page."
Thanks so much for bringing this to our attention, @Adrien Bossogo-Egoume! We're fixing those typos 😇
On page https://www.atlassian.com/git/tutorials/saving-changes/git-diff in "Reading diffs: outputs" -> "4. Diff chunks" -> Paragraph 2 -> Sentence 1 the sentence should be changed from:
"The first line is the chunk header. Each chunk is prepended by a header inclosed within @@ symbols."
to
"The first line is the chunk header. Each chunk is prepended by a header enclosed within @@ symbols."