Skip to content

Commit d701fad

Browse files
author
Islam Attrash
authored
Update README.md
1 parent 7c876be commit d701fad

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)