Skip to content

Commit 2f80778

Browse files
DominikHeroldtyroprogrammer
authored andcommittedApr 11, 2020
more typo fixes
1 parent da112a4 commit 2f80778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/capstone/Capstone.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Capstone extends Component {
6262
* 1. We are passing `handleSearch` function to `Search` component as `onSearch` props.
6363
* `Search` component will execute this props when the user clicks Search button.
6464
* 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
65+
* Remember above we updated the state when this function is called
6666
* 2. We are passing `stockTicker` props to both `CompanyProfile` and
6767
* `CompanyFinancial` components. These components should use the `stockTicker`
6868
* props to fetch the appropriate data from the API provided and render it.

0 commit comments

Comments
 (0)
Failed to load comments.