From e7b105e74d5c32863f1473bfe7f51766e1db943f Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:41:00 -0400 Subject: [PATCH] Update prose.md --- .../public/docs/12-loading-patterns/1-keeping-latest/prose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prose.md b/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prose.md index 251776c20..3ce75eac6 100644 --- a/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prose.md +++ b/apps/tutorial/public/docs/12-loading-patterns/1-keeping-latest/prose.md @@ -5,7 +5,7 @@ This can be useful for improving user experience across sites with data that tak _Typically, users don't want to see the UI flashing a bunch of different states_. The more stable we can keep the UI, and defer to subtle / polite indicators of progress, the better. We are kinder to the visual stimulous we put our users through. -`keepLatest` _only_ works in a component's class for now, but it looks like this: +`keepLatest` _only_ works in a class for now, but it looks like this: ```js class Demo extends Component {