We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da112a4 commit 2f80778Copy full SHA for 2f80778
src/capstone/Capstone.js
@@ -62,7 +62,7 @@ class Capstone extends Component {
62
* 1. We are passing `handleSearch` function to `Search` component as `onSearch` props.
63
* `Search` component will execute this props when the user clicks Search button.
64
* and it will pass the current value on the input field as an argument to this function.
65
- * Remeber above we we updated the state when this function is called
+ * Remember above we updated the state when this function is called
66
* 2. We are passing `stockTicker` props to both `CompanyProfile` and
67
* `CompanyFinancial` components. These components should use the `stockTicker`
68
* props to fetch the appropriate data from the API provided and render it.
0 commit comments