Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 authored Oct 9, 2021
1 parent 99b4eb3 commit 48bdc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

Don't hardcode HTTP status codes. Magic numbers (hard-coded numbers) make your code hard to be read and understood.

When you have all status codes stored in readable constants, it makes the development of your application so easy and enjoyable.
When you have all status codes are stored in readable constants, it makes the development of your application so easy and enjoyable.

It prevents you using the wrong HTTP status code and save you time and energy when developing an API that involves various HTTP status codes to be sent.
It prevents you of using the wrong HTTP status code and saves time and energy when developing an API that involves various HTTP status codes to be sent.

## 🐘 PHP Requirement

Expand Down

0 comments on commit 48bdc44

Please sign in to comment.