Too many tick chars on line 75 (#50708)

there are 4x ticks on line 75,  when there should be 3x.
this is causing all of the 9.0beta2 changelog notes to be commented out and not visible to the public on the changelog.
changing the 4x ticks to 3x ticks fixes this (on line 75).

(LOVE GRAFANA!)
This commit is contained in:
bob454522 2022-06-13 10:40:46 -05:00 committed by GitHub
parent 97baa6911d
commit bd818be36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ Migration should just be a matter of going from
to
````tsx
```tsx
<ClipboardButton
{/* other props... */}
onClipboardCopy={(copiedText) => {