Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed Jun 18, 2019
1 parent cba32fc commit 6ff9c33
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ export const ClipboardCopyButton: React.FunctionComponent<ClipboardCopyButtonPro
...props
}: ClipboardCopyButtonProps) => (
<Tooltip
trigger="mouseenter focus click'"
trigger="mouseenter focus click"
exitDelay={exitDelay}
entryDelay={entryDelay}
maxWidth={maxWidth}
Expand Down

0 comments on commit 6ff9c33

Please sign in to comment.