From adbdfd6687dcd3230b0f4bbf26c72b01d1e317d3 Mon Sep 17 00:00:00 2001 From: Joachim Seminck Date: Sun, 23 Jul 2017 08:31:58 +0300 Subject: [PATCH] Fix typo --- docs/rules/jsx-no-bind.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/jsx-no-bind.md b/docs/rules/jsx-no-bind.md index 609b0f5e21..fb3adeb9e5 100644 --- a/docs/rules/jsx-no-bind.md +++ b/docs/rules/jsx-no-bind.md @@ -10,7 +10,7 @@ The following patterns are considered warnings:
``` ```jsx -
console.log('Hello!'))}>
+
console.log('Hello!')}>
``` The following patterns are not considered warnings: