From cfa0671fb990516ae95570b2de7d94400547a595 Mon Sep 17 00:00:00 2001 From: david-buck Date: Fri, 8 Feb 2019 21:58:04 +1300 Subject: [PATCH] fix: example referred to incorrect component --- docs/en/WidthSensor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/WidthSensor.md b/docs/en/WidthSensor.md index 82d27a57..6ca6cc0e 100644 --- a/docs/en/WidthSensor.md +++ b/docs/en/WidthSensor.md @@ -19,9 +19,9 @@ Or use `onWidth` prop ```jsx import {WidthSensor} from 'libreact/lib/WidthSensor'; - console.log(width, height)}> + console.log(width, height)}> Resize me! - + ```