Skip to content

Commit 8615ea3

Browse files
aisz0811adams85
andauthored
Update main-concepts.mdx (#568)
* Update main-concepts.mdx * Update website/docs/main-concepts.mdx --------- Co-authored-by: adams85 <31276480+adams85@users.noreply.github.com>
1 parent 024b724 commit 8615ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/main-concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This page explains the basics of feature flags and how to use them.
66

77
## Feature Flag or Setting
88

9-
A _Setting_ is an essential bit of _ConfigCat_. It can be of multiple types like on/off switch (bool), number (int, double) or any text (string) your application requires to be modified without the need of a new deployment.
9+
A _Setting_ is an essential bit of _ConfigCat_. It can be of multiple types, such as an on/off switch (bool), number (int, double) or any text (string). You can use it to change your application's behavior remotely, without a new deployment.
1010

1111
A _Feature Flag_ is a _Setting_ of type Bool.
1212

0 commit comments

Comments
 (0)