Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Oct 26, 2023
1 parent 0c0b640 commit c1be6ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/add-a-shared-dependency.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 20
order: 10
label: Add a shared dependency
---

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/override-a-react-context.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
order: 10
order: 20
label: Override a React context
---

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/registration/useAreModulesRegistered.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 50

# useAreModulesRegistered

Force the application to re-render once all the modules are registered.
Force the application to re-render once all the modules are registered (but not ready).

!!!info
This hook should only be used by applications that support [deferred registrations](./registerRemoteModules.md#defer-the-registration-of-routes-or-navigation-items) and should be pair with the [useAreModulesReady](./useAreModulesReady.md) hook.
Expand Down

0 comments on commit c1be6ae

Please sign in to comment.