]> git.feebdaed.xyz Git - 0xmirror/cJSON.git/commitdiff
docs: Fix README typo (#664)
authormohawk2 <mohawk2@users.noreply.github.com>
Wed, 26 Jan 2022 12:23:33 +0000 (12:23 +0000)
committerGitHub <noreply@github.com>
Wed, 26 Jan 2022 12:23:33 +0000 (20:23 +0800)
README.md

index 0ea89da57bbe291c4b8a5218d93d734fefa0bb1a..ebd32c4b997869ecaa48556be0eed372f0434a7b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -407,7 +407,7 @@ end:
 }
 ```
 
-Alternatively we can use the `cJSON_Add...ToObject` helper functions to make our lifes a little easier:
+Alternatively we can use the `cJSON_Add...ToObject` helper functions to make our lives a little easier:
 
 ```c
 //NOTE: Returns a heap allocated string, you are required to free it after use.