From 7dfe21dd7e45b2b4825fe15b58ce1c460bb431b4 Mon Sep 17 00:00:00 2001 From: Nepomuk Crhonek <105591323+Nepomuk5665@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:36:59 +0100 Subject: [PATCH] docs: fix typos in documentation --- docs/common_pitfalls.md | 2 +- docs/fundamentals.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/common_pitfalls.md b/docs/common_pitfalls.md index 2bb0300a..33ad65a1 100644 --- a/docs/common_pitfalls.md +++ b/docs/common_pitfalls.md @@ -99,7 +99,7 @@ The following table highlights the differences between objects and non-objects: : : : attribute) : | Allow mixed type in a | No | Yes | : DataSlice : : : -| Where schema(s) are | DataSlice level | Level of Iindividual | +| Where schema(s) are | DataSlice level | Level of Individual | : stored : : items (as `__schema__` : : : : attribute or inferred : : : : from primitive data) : diff --git a/docs/fundamentals.md b/docs/fundamentals.md index c3d1eb9e..b52847ce 100644 --- a/docs/fundamentals.md +++ b/docs/fundamentals.md @@ -2,7 +2,7 @@ # Koda Fundamentals -This guide goes through fundemantals in Koda. It is highly recommended to read +This guide goes through fundamentals in Koda. It is highly recommended to read through the guide in order for new users to use Koda effectively. Also see [Koda Cheatsheet](cheatsheet.md) for quick references and