From 252d37fe843b6a763c53b9d31cdc744344b67c0e Mon Sep 17 00:00:00 2001 From: paulwongx <20178251+paulwongx@users.noreply.github.com> Date: Thu, 31 Dec 2020 23:25:05 -0500 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb09eee..ece0ef9 100644 --- a/README.md +++ b/README.md @@ -1035,7 +1035,7 @@ And the rest: Rather than rehashing everything about JS hooks let's instead defer to the [JavaScript Hooks](http://cssguidelin.es/#javascript-hooks) section in [Harry Roberts](http://csswizardry.com/) excellent [CSS Guidelines](http://cssguidelin.es/). -JS hooks—and [Server-side](#server-side-hooks), [QA](#qa-hooks), and [Tracking hooks](#tracking-hooks)—should always be scoped to the component it is part off to avoid clashing with other hooks of the same category, and to keep them highly readable—not much different to how we structure our classes for styling. +JS hooks—and [Server-side](#server-side-hooks), [QA](#qa-hooks), and [Tracking hooks](#tracking-hooks)—should always be scoped to the component it is part of to avoid clashing with other hooks of the same category, and to keep them highly readable—not much different to how we structure our classes for styling. ###### :heavy_multiplication_x: NOT GOOD