Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
brophdawg11 committed Sep 19, 2023
1 parent 2a15d15 commit da2a78d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/discussion/pending-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/discussion/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ npx create-remix@latest --template <org>/<repo>

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
Expand Down

0 comments on commit da2a78d

Please sign in to comment.