Skip to content

Commit 21ccd51

Browse files
authored
be -> seem
1 parent 287505b commit 21ccd51

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
@@ -244,7 +244,7 @@ The problem with this approach that if we need to add another prop in the future
244244

245245
## propTypes in TypeScript
246246

247-
`propTypes` may be unnecessary with TypeScript, especially when building React + Typescript **apps**, but they are still relevant when writing **libraries** which may be used by developers working in Javascript.
247+
`propTypes` may seem unnecessary with TypeScript, especially when building React + Typescript **apps**, but they are still relevant when writing **libraries** which may be used by developers working in Javascript.
248248

249249
```ts
250250
interface IMyComponentProps {

0 commit comments

Comments
 (0)