From 566f2a287d5648dcafe55a0764ba0df038d09ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Louren=C3=A7o?= Date: Fri, 27 Mar 2026 11:26:48 -0300 Subject: [PATCH] chore(eslintrc): typo on error message for new lint rule --- frontend/.eslintrc.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.eslintrc.cjs b/frontend/.eslintrc.cjs index 9dc03014fa..bc14de049f 100644 --- a/frontend/.eslintrc.cjs +++ b/frontend/.eslintrc.cjs @@ -219,7 +219,7 @@ module.exports = { object: 'navigator', property: 'clipboard', message: - 'Do not use navigator.clipboard directly since it does work well with specific browsers. Use hook useCopyToClipboard from react-use library. https://streamich.github.io/react-use/?path=/story/side-effects-usecopytoclipboard--docs', + 'Do not use navigator.clipboard directly since it does not work well with specific browsers. Use hook useCopyToClipboard from react-use library. https://streamich.github.io/react-use/?path=/story/side-effects-usecopytoclipboard--docs', }, ], },