From 37c08b2075d9dfeb2d33ea9192ba087c8b8e0487 Mon Sep 17 00:00:00 2001 From: Abdelmoumen BOUABDALLAH Date: Tue, 18 Apr 2017 18:12:52 -0700 Subject: [PATCH] Fixed typo in usage.md --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index aed405c8..a1e9b6e6 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -81,7 +81,7 @@ class App extends Component { ## Auto-height -You can active auto-height by setting the `autoHeight` property. +You can activate auto-height by setting the `autoHeight` property. ```javascript import { Scrollbars } from 'react-custom-scrollbars';