From 7a62f48186a04e03a6081fb750d51894a9c237c7 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 3 Apr 2020 11:27:13 +0200 Subject: [PATCH] Fix several typos Found using `codespell -wi3 **/*`. --- client/pages/MadeOf.tsx | 2 +- client/patterns/mega-menu/Details.tsx | 2 +- client/patterns/presence-indicator/Details.tsx | 2 +- client/patterns/rating/Details.tsx | 2 +- client/patterns/watermark/Details.tsx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/client/pages/MadeOf.tsx b/client/pages/MadeOf.tsx index 2c38e3e..24bc95f 100644 --- a/client/pages/MadeOf.tsx +++ b/client/pages/MadeOf.tsx @@ -42,7 +42,7 @@ this expect(r).is(superFastWebsite); expect(r).is(seoFriendly); }) - .finall(() => { + .finally(() => { /* Give me 1 Github star 🎉 */ }); `} diff --git a/client/patterns/mega-menu/Details.tsx b/client/patterns/mega-menu/Details.tsx index 4087515..c483938 100644 --- a/client/patterns/mega-menu/Details.tsx +++ b/client/patterns/mega-menu/Details.tsx @@ -25,7 +25,7 @@ const Details: React.FC<{}> = () => {
- Move the mouse over the seccond navigation item to see the mega menu. + Move the mouse over the second navigation item to see the mega menu.
= () => { ... - +
- - + +