Skip to content

Commit 6f76400

Browse files
authored
Fix typo / missed bolding
1 parent 08b960f commit 6f76400

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ files within it's directory.
125125
<li><b>remote_latest_tagged_commit</b>: Returns the SHA of the most recently tagged commit in a remote repo (<code>tag^{}</code>).</li>
126126
<li><b>remote_sha_for_ref</b>: Returns the SHA for a given ref from a named remote.</li>
127127
<li><b>remote_tag_for_sha</b>: Returns the tag corresponding to a SHA from a named remote - if there is one.</li>
128-
<li>tracked_files_excluding_subtrees: List files tracked by git, but excluding any files that are in paths listed in <code>.gittrees</code>.</li>
128+
<li><b>tracked_files_excluding_subtrees</b>: List files tracked by git, but excluding any files that are in paths listed in <code>.gittrees</code>.</li>
129129
<li><b>cat_gittrees</b>: Returns the contents of .gittrees from the top level of the repo, excluding any comments. Fails if .gittrees is not present.</li>
130130
</ol>
131131
</td>
@@ -174,7 +174,7 @@ files within it's directory.
174174
</table>
175175

176176
# Contributing
177-
For further informaiton on contributing, style & testing, please see [CONTRIBUTING.md](CONTRIBUTING.md)
177+
For further information on contributing, style & testing, please see [CONTRIBUTING.md](CONTRIBUTING.md)
178178

179179
# Maintainers
180180
* [Hugh Saunders](https://github.com/hughsaunders)

0 commit comments

Comments
 (0)