Skip to content

Commit

Permalink
feat: explain complete feature name (#8120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Sep 6, 2024
1 parent 47753b9 commit e8fee92
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ export const MarkCompletedDialogue = ({
mb: 4,
}}
>
Marking the feature flag as complete does not affect any
configuration, but it moves the feature flag into it’s next
life cycle stage and is an indication that you have learned
what you needed in order to progress with the feature. It
serves as a reminder to start cleaning up the feature flag
and removing it from the code.
Marking the feature <b>{featureId}</b> as complete does not
affect any configuration, but it moves the feature flag into
it’s next life cycle stage and is an indication that you
have learned what you needed in order to progress with the
feature. It serves as a reminder to start cleaning up the
feature flag and removing it from the code.
</Box>

<Typography
Expand Down

0 comments on commit e8fee92

Please sign in to comment.