File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
.algolia-docsearch-suggestion--highlight {
18
18
color : # 3a33d1 ;
19
19
}
20
- /* Highligted search terms in the main category headers */
20
+ /* Highlighted search terms in the main category headers */
21
21
.algolia-docsearch-suggestion--category-header
22
22
.algolia-docsearch-suggestion--highlight {
23
23
background-color : # 4d47d5 ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ npm install
57
57
npm run start
58
58
```
59
59
60
- And navigate to ` http://localhost:8000 ` after successfull Gatsby build.
60
+ And navigate to ` http://localhost:8000 ` after successful Gatsby build.
61
61
There is no need to restart Gatsby server almost for all changes: it supports hot reload.
62
62
Also, there is no need to refresh a webpage: hot reload updates changed content on the open page.
63
63
You can’t perform that action at this time.
0 commit comments