docs: Fix typos in docs (#497)

This commit is contained in:
SaintMalik
2022-01-04 16:35:38 +01:00
committed by GitHub
parent 5754534beb
commit 0f9fbbb732
8 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ const HitComponent = ({ hit, children }) => {
const { goTo, api } = useContext(NavigationContext)
let { url, type, hierarchy } = hit
/** Get the API that is not currenty being viewed, so we can create
/** Get the API that is not currently being viewed, so we can create
* an URL that goes to the other API.
*/
const getOtherAPI = () => {