Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsweet committed Sep 19, 2024
1 parent 3ad9839 commit 1f9b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-ui/src/routes/project/additional-settings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const ProjectAdditionalSettings = () => {
<Block
title={
<Checkbox checked={dora.enable} onChange={(e) => setDora({ enable: e.target.checked })}>
Enable DORA Metrics
Enable DORA metrics
</Checkbox>
}
description="DORA metrics are four widely-adopted metrics for measuring software delivery performance."
Expand Down

0 comments on commit 1f9b24b

Please sign in to comment.