Skip to content

Commit 3d116de

Browse files
authored
chore(website): fix type in recipes.md (#906)
1 parent 9e4207e commit 3d116de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/references/recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ We made it very simple to debug your app with VS Code.
310310
- Overall, here are the limitations with Next.js integration that you will not find in a "normal" Nexus project.
311311

312312
1. You must use CommonJS `require` as opposed to ES module `import` syntax for your Nexus api module. This is to preserve import order.
313-
1. You must run `app.assenble()` before accessing the server handlers.
313+
1. You must run `app.assemble()` before accessing the server handlers.
314314
1. In development, you must run `app.reset()` in your Nexus api module, before anything else.
315315
1. Make sure that you only have one Nexus api module, or else you may experience difficulties in development.
316316
1. Make sure that your Nexus modules (ones using the `nexus` package) are only part of the import graph of your Nexus api module.

0 commit comments

Comments
 (0)