Skip to content

Commit 1ca232a

Browse files
authored
Fix typos (#1476)
Signed-off-by: Xiang Dai <[email protected]>
1 parent e8043b6 commit 1ca232a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

0 commit comments

Comments
 (0)