Fix typos

Signed-off-by: Dimitris Apostolou <dimitris.apostolou@icloud.com>
This commit is contained in:
Dimitris Apostolou
2022-03-13 14:09:19 +02:00
parent b17dd0584d
commit aedd4daa66
54 changed files with 62 additions and 62 deletions
@@ -21,7 +21,7 @@ import {
import { ApiRef, createApiRef } from '@backstage/core-plugin-api';
/**
* This API is used by various frontend utilities that allow developers to implement authorization wihtin their frontend
* This API is used by various frontend utilities that allow developers to implement authorization within their frontend
* plugins. A plugin developer will likely not have to interact with this API or its implementations directly, but
* rather with the aforementioned utility components/hooks.
* @public