1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Fix typo lin -> line

This commit is contained in:
Shim Tw
2014-04-14 12:37:55 +09:00
parent 8f6c71957c
commit c86ecdde7e

View File

@@ -237,7 +237,7 @@ which allows you to see the difference on the master branch up a set time ago or
## Line Highlighting in Repos
Either adding `#L52` to the end of a code file URL or simply clicking the lin number will highlight that line number.
Either adding `#L52` to the end of a code file URL or simply clicking the line number will highlight that line number.
It also works with ranges, e.g. `#L53-L60`, to select ranges, hold `shift` and click two lines: