Skip to content

Commit

Permalink
Update concurrent-mode-suspense.md (#2495)
Browse files Browse the repository at this point in the history
According to [ProofreadNOW](https://www.proofreadnow.com/blog/bid/101485/If-I-Were-or-If-I-Was-Which-is-Correct),
> Guideline: Use were (instead of was) in statements that are contrary to fact.
  • Loading branch information
wolverineks authored Mar 9, 2020
1 parent 7c28a3e commit 705cacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/concurrent-mode-suspense.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ So what's the point of Suspense? There are a few ways we can answer this:

* **It lets you orchestrate intentionally designed loading states.** It doesn't say _how_ the data is fetched, but it lets you closely control the visual loading sequence of your app.

* **It helps you avoid race conditions.** Even with `await`, asynchronous code is often error-prone. Suspense feels more like reading data *synchronously* — as if it was already loaded.
* **It helps you avoid race conditions.** Even with `await`, asynchronous code is often error-prone. Suspense feels more like reading data *synchronously* — as if it were already loaded.

## Using Suspense in Practice {#using-suspense-in-practice}

Expand Down

0 comments on commit 705cacf

Please sign in to comment.