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
@@ -52,7 +52,7 @@ describe('Differ', () => {
expect(next).not.toBeInTheDocument();
});
it('should render icon & current & next (with seperator)', () => {
it('should render icon & current & next (with separator)', () => {
const { getByTestId, queryByTestId } = render(
<Differ
icon="branch"
@@ -53,7 +53,7 @@ export function Features({
if (gitBatchInfo.error) {
return (
<Alert severity="error">
Error occured while fetching information for "{project.owner}/
Error occurred while fetching information for "{project.owner}/
{project.repo}" ({gitBatchInfo.error.message})
</Alert>
);