Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs #2907

Merged
merged 2 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/basic-features/managing-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/platform/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down