Skip to content

Commit b65ecf4

Browse files
authored
Merge pull request #2699 from hanasiu/patch-4
Update part2e.md
2 parents c54dd3f + 0de10d2 commit b65ecf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ The user interface of the application has a form, in the input field of which th
502502
503503
The application sets the name of the currency entered to the form to the state _currency_ at the moment the button is pressed.
504504
505-
When the _currency_ gets a new value, the application fetches it's exchange rates from the API in the effect function:
505+
When the _currency_ gets a new value, the application fetches its exchange rates from the API in the effect function:
506506
507507
```js
508508
const App = () => {

0 commit comments

Comments
 (0)