Skip to content

Commit 0b83956

Browse files
Update README.md
1 parent c5a0d46 commit 0b83956

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
@@ -234,7 +234,7 @@ export class MyComponent extends React.Component<IMyComponentProps, {}> {
234234
}
235235
```
236236

237-
The problem with this approach that if we need to add another prop in the future to the defaultProps map then I should update the
237+
The problem with this approach that if we need to add another prop in the future to the defaultProps map then we should update the
238238
`IMyComponentDefaultProps`!
239239
</details>
240240

0 commit comments

Comments
 (0)