Skip to content

Commit e1190c5

Browse files
diberrymanekinekko
andauthored
Update articles/container-apps/javascript-overview.md
Co-authored-by: Wassim Chegham <[email protected]>
1 parent 91bae0f commit e1190c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/javascript-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Regularly update your dependencies to avoid security vulnerabilities. Use tools
256256

257257
## Error handling
258258

259-
Implement robust error handling in your Node.js application. Use middleware in Express to handle errors gracefully.
259+
Implement robust error handling in your Node.js application. Use middleware in Express or Fastify to handle errors gracefully.
260260

261261
```typescript
262262
// src/middleware/errorHandler.ts

0 commit comments

Comments
 (0)