Skip to content

Commit c8d00cb

Browse files
authored
Fix typo in readme
1 parent c9a42a8 commit c8d00cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Type checking utilities for React elements.
44

55
## The problem
66

7-
There cases when you want to check if a value is a React component. You might even want it to be typeguarded. Checking for React components isn't trivial at all. For example it depends on which JavaScript syntax you're using.
7+
There may be cases when you want to check if a value is a React component. You might even want it to be typeguarded. Checking for React components isn't trivial at all. For example it depends on which JavaScript syntax you're using.
88

99
## The solution
1010

0 commit comments

Comments
 (0)