Skip to content

Commit 342543e

Browse files
authored
Fix typos
1 parent 336b7c4 commit 342543e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/patterns/deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ EXPOSE 3000
244244
## Railway
245245
[Railway](https://railway.app) is one of the popular deployment platform.
246246

247-
Railway assign **random port** to expose for each deployment that can be access via `PORT` environment variable.
247+
Railway assigns a **random port** to expose for each deployment, which can be accessed via the `PORT` environment variable.
248248

249-
We need to modify our Elysia server to accept `PORT` environment to comply with Railway port.
249+
We need to modify our Elysia server to accept the `PORT` environment variable to comply with Railway port.
250250

251251
Instead of a fixed port, we may use `process.env.PORT` and provide a fallback on development instead.
252252
```ts

0 commit comments

Comments
 (0)