From a3466c414f031cba371fe92c781ca7925cb27cb5 Mon Sep 17 00:00:00 2001 From: BRFreshness Date: Sat, 9 Jul 2016 15:58:50 -0700 Subject: [PATCH] 'fundationnal' is not a word. Author probable meant 'foundational'. --- API-Reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API-Reference.md b/API-Reference.md index 5b6b8e6..bbb8236 100644 --- a/API-Reference.md +++ b/API-Reference.md @@ -391,7 +391,7 @@ will write the following string to the serial output: Removes the element at the specified index. -**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a fundationnal principle of the library. +**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a foundational principle of the library. ##### Signature @@ -1071,7 +1071,7 @@ will write the following string to the serial output: Removes the element at the specified key. -**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a fundationnal principle of the library. +**IMPORTANT**: This function doesn't free the memory allocated to the element in the `JsonBuffer`. This behavior has been prefered to keep the `JsonBuffer` fast and small, which is a foundational principle of the library. ##### Signatures