diff --git a/Bag-of-Tricks.md b/Bag-of-Tricks.md index 8f4c33d..d9dae0b 100644 --- a/Bag-of-Tricks.md +++ b/Bag-of-Tricks.md @@ -2,7 +2,7 @@ Here are helper class that can help you add missing features. ## Look for a nested key -Suppose we've this json: +Suppose we've got this json: ```json {"key1":1,"key2":{"subkey1":3,"subkey2":4}}