Skip to content

Commit

Permalink
docs: Fix typo in the getting started section
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklafrance committed Nov 5, 2024
1 parent 9296a0a commit dc35025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/create-local-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Go back to the `host` application and add a dependency to the `@getting-started/
If your project is set up as a monorepo, use `workspace:*` for the version instead of `0.0.1`.
!!!

Then, register the local module with the [bootstrapping](/reference/registration/bootstrapping.md) function:
Then, register the local module with the [bootstrap](/reference/registration/bootstrap.md) function:

```tsx !#3,19 host/src/bootstrap.tsx
import { createRoot } from "react-dom/client";
Expand Down

0 comments on commit dc35025

Please sign in to comment.