From 5301dc8401b10d9e2c8204ac0dd837b6442e6f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Go=C3=9Fe?= Date: Thu, 25 Jun 2020 02:26:42 +0200 Subject: [PATCH] docs: fix typo (#1471) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b33afb5f5..da795cea0 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ This is most reliable way to compare components, but it will not work with requi Another way - compare Component name. -> Not all components has a name. **In production displayName could not exists.** +> Not all components have a name. **In production displayName could not exists.** ```js const element = ;