From c13c8a5c52cbc8e02098244193a4e715fffcd902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 13 Jun 2019 20:28:27 -0300 Subject: [PATCH] Syntax issue on paragraph #44 (#3578) --- PLUGINS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLUGINS.md b/PLUGINS.md index 3516119f..a7ba20ce 100644 --- a/PLUGINS.md +++ b/PLUGINS.md @@ -41,7 +41,7 @@ Almost all available API methods can be found on https://hyper.is. If there's any missing, let us know or submit a PR to document it! ### Components -You can decorate almost all Hyper components with a Higher-Order Component (HOC). To understand their architecture, the easiest way is to use React dev-tools to dig in to their hierachy. +You can decorate almost all Hyper components with a Higher-Order Component (HOC). To understand their architecture, the easiest way is to use React dev-tools to dig in to their hierarchy. Multiple plugins can decorate the same Hyper component. Thus, `Component` passed as first argument to your decorator function could possibly not be an original Hyper component but a HOC of a previous plugin. If you need to retrieve a reference to a real Hyper component, you can pass down a `onDecorated` handler. ```js