Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
  • Loading branch information
daixiang0 committed Oct 31, 2020
1 parent dc2d6b5 commit 9169c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/SearchBar/algolia.css
Expand Up @@ -17,7 +17,7 @@
.algolia-docsearch-suggestion--highlight {
color: #3a33d1;
}
/* Highligted search terms in the main category headers */
/* Highlighted search terms in the main category headers */
.algolia-docsearch-suggestion--category-header
.algolia-docsearch-suggestion--highlight {
background-color: #4d47d5;
Expand Down
2 changes: 1 addition & 1 deletion docs/src/docs/contributing/website.mdx
Expand Up @@ -57,7 +57,7 @@ npm install
npm run start
```

And navigate to `http://localhost:8000` after successfull Gatsby build.
And navigate to `http://localhost:8000` after successful Gatsby build.
There is no need to restart Gatsby server almost for all changes: it supports hot reload.
Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.

Expand Down
2 changes: 1 addition & 1 deletion pkg/result/processors/fixer.go
Expand Up @@ -156,7 +156,7 @@ func (f Fixer) applyInlineFixes(lineIssues []result.Issue, origLine []byte, line
newLineBuf.Grow(len(origLine))

//nolint:misspell
// example: origLine="it's becouse of them", StartCol=5, Length=7, NewString="because"
// example: origLine="it's because of them", StartCol=5, Length=7, NewString="because"

curOrigLinePos := 0
for i := range lineIssues {
Expand Down

0 comments on commit 9169c09

Please sign in to comment.