Skip to content

Commit

Permalink
Reworded into more idiomatic English.
Browse files Browse the repository at this point in the history
  • Loading branch information
massimiliano-mantione committed Apr 15, 2023
1 parent 2ed8b58 commit 2bec667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Hey mom, look at me, I'm having fun!

## Error handling

All `sub37` are studied to be as safe as possible and with parlant errors when they get thrown. All errors exposed, can be used through the `Errors` namespace imported as above.
All `sub37` functions are as safe as possible and, when things go wrong, throw explicative errors so that issues can be diagnosed easily. All the exposed errors can be used importing the `Errors` namespace as shown below.

```typescript
try {
Expand Down

0 comments on commit 2bec667

Please sign in to comment.