Skip to content

Commit

Permalink
Update docs/ALIASES.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ember Stevens <[email protected]>
  • Loading branch information
jazanne and ember-stevens committed Oct 18, 2023
1 parent dd999f1 commit 4cb5711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ALIASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var secondFeatureFlag = 'second-flag-key'

Aliases can be hardcoded using the `literal` type. This is intended to be used for testing aliasing functionality.

Please note: literal aliases are limited to flag keys using lowercase only because of a limitation of a dependency we use to parse the configuration file. You can track the issue [here](https://github.com/spf13/viper/issues/1014).
Note that literal aliases are limited to flag keys using lowercase letters only, due to a limitation of a dependency LaunchDarkly uses to parse the configuration file. [You can track the issue here](https://github.com/spf13/viper/issues/1014).

Example hardcoding aliases for a couple flags:

Expand Down

0 comments on commit 4cb5711

Please sign in to comment.