Skip to content

Commit d85fd62

Browse files
chargomelizokm
andauthored
Update platform-includes/getting-started-node/javascript.express__v7.x.mdx
Co-authored-by: Liza Mock <[email protected]>
1 parent a57ddaa commit d85fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-node/javascript.express__v7.x.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ version?: boolean; // default: true
154154
flushTimeout?: number; // default: undefined
155155
```
156156

157-
For example, if you want to skip the server name and add just user, you would use requestHandler like this:
157+
If you want to skip the server name and just add the user, you would use `requestHandler` like this:
158158

159159
```javascript
160160
app.use(

0 commit comments

Comments
 (0)