Skip to content

Commit

Permalink
Fix typo in docs (#2907)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Rometsch <[email protected]>
  • Loading branch information
Ayaan49 and dabeeeenster authored Oct 31, 2023
1 parent 064966f commit 78641b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

3 comments on commit 78641b8

@vercel
Copy link

@vercel vercel bot commented on 78641b8 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 78641b8 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 78641b8 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs.bullet-train.io
docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app

Please sign in to comment.