8000 Fix typo + add link to source file · lostsakya/github-cheat-sheet@89d89bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 89d89bc

Browse files
author
Rafal Chmiel
committed
Fix typo + add link to source file
1 parent 5c5278b commit 89d89bc

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
@@ -65,11 +65,11 @@ Adding `?w=1` to any diff URL will remove any changes only in whitespace, enabli
6565
### Adjust Tab Space
6666
Adding `?ts=4` to a diff or file URL will display tab characters as 4 spaces wide instead of the default 8. The number after `ts` can be adjusted to suit your preference. This does not work on Gists, or raw file views.
6767

68-
Here is a Go source file beofre adding `?ts=4`:
68+
Here is a Go source file [before](https://github.com/pengwynn/flint/blob/master/flint/flint.go) adding `?ts=4`:
6969

7070
![Before, tab space example](http://i.imgur.com/GIT1Fr0.png)
7171

72-
...and this is after adding `?ts=4`:
72+
...and this is [after](https://github.com/pengwynn/flint/blob/master/flint/flint.go?ts=4) adding `?ts=4`:
7373

7474
![After, tab space example](http://i.imgur.com/70FL4H9.png)
7575

0 commit comments

Comments
 (0)
0