Skip to content

Commit

Permalink
Fix a grammar mistake in key features (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotCamblor authored May 3, 2024
1 parent 06c84ae commit 3b32742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/key-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Here are the core concepts and features behind them that we think make us differ
For feature flagging to be effective, all team members need to be able to operate without fear of breaking production. We use a balance of guardrails, permissions and observability to ensure all users have confidence in the actions they are taking.

Here's how:
- Govern who modify flags in production using [Permissions](/extras/permissions).
- Govern who can modify flags in production using [Permissions](/extras/permissions).
- Allow non-technical users to modify flag values safely, by enforcing [schemas](/extras/advanced-variables/variable-schemas).
- Easily see a [detailed history](/extras/audit-log) of all changes to flags.
- Write type-safe code using our [Code Generators](/sdk/client-side-sdks/javascript/javascript-typescript).
Expand Down

0 comments on commit 3b32742

Please sign in to comment.