From d32136d73f7c91596d38bfbbf96924067fc71ce3 Mon Sep 17 00:00:00 2001 From: Yarden Eitan Date: Thu, 24 May 2018 15:29:42 -0400 Subject: [PATCH] typo update --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4325257..765549f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 2.5.0 -Thee is now a new `NSDictionary` property in `CBCNode` called metadata. It is meant to store all the information regarding an example +There is now a new `NSDictionary` property in `CBCNode` called metadata. It is meant to store all the information regarding an example rather than using separate methods as previously done. With that said, we offer backwards compatibility and still allow the usage of methods to provide example information. Before: