Skip to content

Commit

Permalink
fix typo (grafana#37457)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbrowne authored Aug 3, 2021
1 parent 9fa8f5c commit 312e78f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const AnnotationSettingsEdit: React.FC<Props> = ({ editIdx, dashboard })
</Field>
<Field
label="Hidden"
description="Annotation queries can be toggled on or of at the top of the dashboard. With this option checked this toggle will be hidden."
description="Annotation queries can be toggled on or off at the top of the dashboard. With this option checked this toggle will be hidden."
>
<Checkbox name="hide" id="hide" value={annotation.hide} onChange={onChange} />
</Field>
Expand Down

0 comments on commit 312e78f

Please sign in to comment.