reactjs / react.dev

The React documentation website
https://react.dev/
Creative Commons Attribution 4.0 International
11.07k stars 7.55k forks source link

[Typo]: Synchronizing with Effects Page #6890

Closed emmanueposu closed 5 months ago

emmanueposu commented 5 months ago

Summary

On the “Synchronizing with Effects” page, scroll down to the “Try out some challenges” section. Select the fourth challenge, “Fix fetching inside an Effect”, then click on “Show solution”. The typo is in the last sentence of the solution: “problems” should be singular (problem), not plural.

Screenshot of typo:

image

Page

https://react.dev/learn/synchronizing-with-effects

Details

The word "problems" should be singular (problem) to maintain grammatical agreement with the word "type", which refers to a singular noun.

rickhanlonii commented 5 months ago

Thanks, do you want to submit the PR?

emmanueposu commented 5 months ago

Thanks, do you want to submit the PR?

Yes, I will submit the PR.

eps1lon commented 5 months ago

Fixed in https://github.com/reactjs/react.dev/pull/6899