From da2a78d676836955c7b74499c1c5bdab2d3b8b5e Mon Sep 17 00:00:00 2001 From: Matt Brophy Date: Tue, 19 Sep 2023 10:27:00 -0400 Subject: [PATCH] Fix typos --- docs/discussion/pending-ui.md | 2 +- docs/discussion/runtimes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/discussion/pending-ui.md b/docs/discussion/pending-ui.md index 4c9f973601e..c3c2a0ac313 100644 --- a/docs/discussion/pending-ui.md +++ b/docs/discussion/pending-ui.md @@ -11,7 +11,7 @@ The difference between a great user experience on the web and mediocre one is ho **Busy Indicators**: Busy indicators display visual cues to users while an action is being processed by the server. This feedback mechanism is used when the application cannot predict the outcome of the action and must wait for the server's response before updating the UI. -**Optimistic UI**: Optimistic UI enhances perceived speed and responsiveness by immediately updating the UI with an expected state before the server's response is received. This approach is used when the application can predict the outcome of an action based on context and user input, allowing for immediately response to actions. +**Optimistic UI**: Optimistic UI enhances perceived speed and responsiveness by immediately updating the UI with an expected state before the server's response is received. This approach is used when the application can predict the outcome of an action based on context and user input, allowing for an immediate response to actions. **Skeleton Fallbacks**: Skeleton fallbacks are used when the UI is initially loading, providing users with a visual placeholder that outlines the structure of the upcoming content. This feedback mechanism is particularly useful to render something useful as soon as possible. diff --git a/docs/discussion/runtimes.md b/docs/discussion/runtimes.md index 67023a3c2dd..5c1e8b235ea 100644 --- a/docs/discussion/runtimes.md +++ b/docs/discussion/runtimes.md @@ -105,7 +105,7 @@ npx create-remix@latest --template / You can read more about templates in the [Templates Guide][templates_guide]. -Once you've picked a template or [set up an app from scratch][quickstart], you're ready for to start building your app! +Once you've picked a template or [set up an app from scratch][quickstart], you're ready to start building your app! [templates]: https://remix.guide/templates [serve]: ../other-api/serve