From 78641b86e57c150d0818aef792bbde75dae76f15 Mon Sep 17 00:00:00 2001 From: "Ayaan B. Bordoloi" Date: Tue, 31 Oct 2023 23:43:15 +0530 Subject: [PATCH] Fix typo in docs (#2907) Co-authored-by: Ben Rometsch --- docs/docs/basic-features/managing-features.md | 2 +- docs/docs/platform/releases.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/basic-features/managing-features.md b/docs/docs/basic-features/managing-features.md index f85256719328..052f9be469b6 100644 --- a/docs/docs/basic-features/managing-features.md +++ b/docs/docs/basic-features/managing-features.md @@ -50,7 +50,7 @@ button. Flags default to On (true) or Off (false). You can also optionally store and override String and numerical (int and float) values. The Flagsmith SDKs allow you to call both `hasFeature` as well as `getValue` on the same flag. These -calls will retrive both the Boolean value as well as the String/Numerical value if specified. The SDKs generally return +calls will retrieve both the Boolean value as well as the String/Numerical value if specified. The SDKs generally return False/Null if the flag is missing or the value is not set, but there are variations between different languages. ## Multi-Variate Flags diff --git a/docs/docs/platform/releases.md b/docs/docs/platform/releases.md index 2a4d9b612a05..5ca95f853520 100644 --- a/docs/docs/platform/releases.md +++ b/docs/docs/platform/releases.md @@ -139,7 +139,7 @@ Released **25 October 2022** Released **20 October 2022** - Add functionality to support adding users to a default user group on joining an organisation -- Add new index to identites to improve dashboard performance +- Add new index to identities to improve dashboard performance - IS_SET and IS_NOT_SET segment operators - Add statsd metrics