Skip to content

Commit 9169c09

Browse files
committed
Fix typos
Signed-off-by: Xiang Dai <[email protected]>
1 parent dc2d6b5 commit 9169c09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/components/SearchBar/algolia.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.algolia-docsearch-suggestion--highlight {
1818
color: #3a33d1;
1919
}
20-
/* Highligted search terms in the main category headers */
20+
/* Highlighted search terms in the main category headers */
2121
.algolia-docsearch-suggestion--category-header
2222
.algolia-docsearch-suggestion--highlight {
2323
background-color: #4d47d5;

docs/src/docs/contributing/website.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ npm install
5757
npm run start
5858
```
5959

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

pkg/result/processors/fixer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ func (f Fixer) applyInlineFixes(lineIssues []result.Issue, origLine []byte, line
156156
newLineBuf.Grow(len(origLine))
157157

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

161161
curOrigLinePos := 0
162162
for i := range lineIssues {

0 commit comments

Comments
 (0)