Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1404377

Browse files
Merge pull request #177 from kachick/fix-typo
Fix typo
2 parents d8dab32 + 4e904de commit 1404377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ This `const`/`type` pattern allows us to use TypeScript's string literal types i
520520
Next, we'll create a set of actions and functions that can create these actions in `src/actions/index.tsx`.
521521

522522
```ts
523-
import * as constants from '../constants'
523+
import * as constants from '../constants';
524524

525525
export interface IncrementEnthusiasm {
526526
type: constants.INCREMENT_ENTHUSIASM;

0 commit comments

Comments
 (0)