Skip to content

Commit

Permalink
Fix README typo (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorWesterlund authored Dec 8, 2022
1 parent dc386e9 commit 3453dcd
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 @@ -702,7 +702,7 @@ As a best practice, always use the defined constants instead of their integers v
- `ERR_UNSUPPORTED_FORMAT` - The image format specified is not valid.
- `ERR_WEBP_NOT_ENABLED` - WEBP support is not enabled in your version of PHP.
- `ERR_WRITE` - Unable to write to the file system.
- `ERR_INVALID_FAG` - The specified flag key does not exist.
- `ERR_INVALID_FLAG` - The specified flag key does not exist.

### Useful Things To Know

Expand Down

0 comments on commit 3453dcd

Please sign in to comment.