From 3453dcdca71af61898ec811b77fde2a704b337fb Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Thu, 8 Dec 2022 14:47:34 +0100 Subject: [PATCH] Fix README typo (#309) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b2f13b..ffabe9d 100644 --- a/README.md +++ b/README.md @@ -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