Skip to content

Commit 82cdfa8

Browse files
authored
Apply suggestions from code review
1 parent de54d54 commit 82cdfa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/getting-started/feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature Flags are a development methodology that allow you to ship code and feat
2828

2929
1. You are about to start work on a new feature. Let's imagine you are going to implement a sharing button with your application.
3030

31-
2. Create a new Feature Flag in Flagsmith, calling it "sharing_button". Set it to enabled on your development environment, and disabled on your production environment.
31+
2. Create a new feature flag in Flagsmith, calling it "sharing_button". Set it to enabled on your development environment, and disabled on your production environment.
3232

3333
3. Start working on the feature. Whenever you write code that shows the button within the UI, wrap it in a conditional statement, testing against the value of the flag "sharing button". Only show the button if the flag is enabled.
3434

0 commit comments

Comments
 (0)