Skip to content

Commit

Permalink
Update docs/src/guides/megazords.md
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Marbach <[email protected]>
  • Loading branch information
jhugman and Johennes authored Oct 25, 2024
1 parent abe9290 commit 917e570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/guides/megazords.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In this case, your library's client code would import `Crate1Type` and `Crate2Ty
import { Crate1Type, Crate2Type } from "react-native-my-megazord";
```

Alternatively, they can the default export:
Alternatively, they can use the default export:

```ts
import megazord from "react-native-my-megazord";
Expand Down

0 comments on commit 917e570

Please sign in to comment.