From dc1fe3ef96baa05b963bef067046430214a62e05 Mon Sep 17 00:00:00 2001 From: Saalim Khan Date: Wed, 10 Oct 2018 18:18:24 +0530 Subject: [PATCH] Grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 680812f..fbe1919 100644 --- a/README.md +++ b/README.md @@ -249,7 +249,7 @@ angular.module('myApp', ['duScroll']).value('duScrollBottomSpy', true); ``` ### Active class -Specify the active class name to apply to a link when it is active, default is `active`. +It Specify the active class name to apply to a link when it is active, default is `active`. ```js angular.module('myApp', ['duScroll']).value('duScrollActiveClass', 'custom-class');