Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
HomelessDinosaur committed Jan 15, 2025
1 parent 655ca12 commit 6ed3c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/nodejs/oak.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function bootstrap(port: number) {
http(bootstrap)
```

This bootstrap function is called when our service is run. It will forward the port, which is generated by the Nitric server, to the Oak application. It will then return a "Server" object so that Nitric can handle some of the lifecycle events that happen under the hood, like errors and closes. At this point, we're ready to start testing locally.
This bootstrap function is called when our service is run. It will forward the port, which is generated by the Nitric server, to the Oak application. It will then return a "Server" object so that Nitric can handle some of the life-cycle events that happen under the hood, like errors and closes. At this point, we're ready to start testing locally.

<Note>
The application port will be set by the NITRIC_HTTP_PROXY_PORT environment
Expand Down

0 comments on commit 6ed3c0c

Please sign in to comment.