Skip to content

Commit

Permalink
chore(sanity): update naming of draft created telemetry event (#7561)
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias authored and bjoerge committed Sep 30, 2024
1 parent 612c8b6 commit ebfb786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const DocumentURLCopied = defineEvent({
* @internal
*/
export const CreatedDraft = defineEvent({
name: 'Create a new draft',
name: 'New Draft Created',
version: 1,
description: 'User created a new draft',
})

0 comments on commit ebfb786

Please sign in to comment.