diff --git a/website/docs/feature-flag-tutorials/use-cases/organize-feature-flags.mdx b/website/docs/feature-flag-tutorials/use-cases/organize-feature-flags.mdx index bf15f1ed87..e4dea263c0 100644 --- a/website/docs/feature-flag-tutorials/use-cases/organize-feature-flags.mdx +++ b/website/docs/feature-flag-tutorials/use-cases/organize-feature-flags.mdx @@ -49,7 +49,7 @@ When you configure an environment in Unleash, you define two properties: - **Name**: A custom, human-readable name of your choice. This should match the environment in your workflow, such as `dev`, `qa`, or `live`. - **Type**: One of four predefined options: `development`, `test`, `pre-production`, or `production`. This environment type is important for [flag lifecycle](/reference/feature-toggles#feature-flag-lifecycle), helping you improve your workflows and flag cleanup. -| Release phase/name | Purpose | Name in Unleash | Environment type | +| Release phase/name | Purpose | Environment name | Environment type | |--------------------|--------------------------------------------------------|-----------------|--------------------| | Development | Local developer machines or shared development servers | `development` | `development` | | Testing | For automated tests and manual QA | `testing` | `test` |