Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JRaspass committed Aug 27, 2020
1 parent 05fd48f commit d665322
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .golangci.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ skip-files = ['routes/assets.go']
linters = 'staticcheck'
text = 'SA1029:'

[linters-settings.misspell]
locale = 'UK'

# TODO noctx once github/ uses only github.com/shurcooL/githubv4.
[linters]
disable-all = true
Expand Down
2 changes: 1 addition & 1 deletion views/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<p>
This is the beta version of Code Golf for testing new features.
The database is periodically wiped and stability is not guaranteed.
You probaby want
You probably want
<a href="//code.golf{{ .Request.RequestURI }}">code.golf</a>
instead.
</div>
Expand Down

0 comments on commit d665322

Please sign in to comment.