Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Fix 'dependendencies' typo
  • Loading branch information
maticzav authored Apr 14, 2019
2 parents fbe00ef + 03b00d1 commit 34ebff7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies
devDependencies
- @types/react
Installation
Successfully installed dependendencies!
Successfully installed dependencies!
Search powered by Algolia.
```

Expand Down
4 changes: 2 additions & 2 deletions src/components/Install.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class Install extends React.Component<Props> {
return (
<Box>
<Color greenBright>
Successfully installed dependendencies!
Successfully installed dependencies!
</Color>
</Box>
)
Expand All @@ -58,7 +58,7 @@ export default class Install extends React.Component<Props> {
return (
<Box>
<Color cyan>
Loading dependendencies!
Loading dependencies!
<Spinner />
</Color>
</Box>
Expand Down

0 comments on commit 34ebff7

Please sign in to comment.