Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6ed3c0c

Browse files
spellcheck
1 parent 655ca12 commit 6ed3c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/nodejs/oak.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async function bootstrap(port: number) {
109109
http(bootstrap)
110110
```
111111

112-
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.
112+
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.
113113

114114
<Note>
115115
The application port will be set by the NITRIC_HTTP_PROXY_PORT environment

0 commit comments

Comments
 (0)