Skip to content

Commit 2da7866

Browse files
authored
fix: typo in five-minutes-to-feature-flags.md (#1117)
Signed-off-by: Andrew Mikofalvy <[email protected]>
1 parent 51666cd commit 2da7866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/five-minutes-to-feature-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Hello, world!
304304

305305
Feature flags are at their most powerful when we can use contextual information to determine feature flag values.
306306
We call this targeting.
307-
We'll set the `defaultVariant` back to "off" to make sure our targting works.
307+
We'll set the `defaultVariant` back to "off" to make sure our targeting works.
308308
Now, let's add some targeting by adding a `contextEvaluator` to the `"with-cows"` flag.
309309
We'll use some request data as the basis of or flag evaluation - let's check the `X-Cow` HTTP header.
310310
Then, when we evaluate the flag, will be sure to pass our additional contextual information.

0 commit comments

Comments
 (0)