From 1ca232a4e17d5c4ad8db2adb56673ae205b886c1 Mon Sep 17 00:00:00 2001 From: Xiang Dai Date: Fri, 6 Nov 2020 05:46:41 +0800 Subject: [PATCH] Fix typos (#1476) Signed-off-by: Xiang Dai --- docs/src/components/SearchBar/algolia.css | 2 +- docs/src/docs/contributing/website.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/components/SearchBar/algolia.css b/docs/src/components/SearchBar/algolia.css index 03b7b67298de..3ab9d0caab82 100644 --- a/docs/src/components/SearchBar/algolia.css +++ b/docs/src/components/SearchBar/algolia.css @@ -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; diff --git a/docs/src/docs/contributing/website.mdx b/docs/src/docs/contributing/website.mdx index f3096e1a68f7..b56757850ff7 100644 --- a/docs/src/docs/contributing/website.mdx +++ b/docs/src/docs/contributing/website.mdx @@ -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.