Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sergerad committed Apr 5, 2024
1 parent c872908 commit a19e568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Sometimes we don't want a single panic to result in the abrupt termination of our entire application.

For example, an unrecovered panic might be problmatic:
For example, an unrecovered panic might be problematic:
* If it causes your API server to abruptly terminate many parallel connections or leave dangling resources in your data store;
* If your application writes state to a filesystem and an interruption between writes may produce irrecoverable state;
* If you CLI application is expected to always output a particlar format (E.G. JSON); or
Expand Down

0 comments on commit a19e568

Please sign in to comment.