1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

fix: change "features flags" -> "feature flags" (#7632)

This typo has been around since the tag was introduced. About time we
fixed it.
This commit is contained in:
Thomas Heartman 2024-07-22 10:48:54 +02:00 committed by GitHub
parent 9e701e7a39
commit a5223af702
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ const OPENAPI_TAGS = [
{
name: 'Features',
description:
'Create, update, and delete [features flags](https://docs.getunleash.io/reference/feature-toggles).',
'Create, update, and delete [feature flags](https://docs.getunleash.io/reference/feature-toggles).',
},
{
name: 'Frontend API',