From 724c90213b6a67775e2fa82ee6edb50e3f37595e Mon Sep 17 00:00:00 2001 From: Bruno Heridet Date: Thu, 27 Oct 2016 15:46:47 +0200 Subject: [PATCH] =?UTF-8?q?docs(README):=20fix=20typo=20USrefActive=20?= =?UTF-8?q?=E2=86=92=20UISrefActive=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f8da52f..48eff3ea 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ When the state is activated, the UIView should render the state's component. A `UISref` is a link (absolute, or relative) which activates a specific state and/or parameters. When the `UISref` is clicked, it should initiate a transition to the linked state. -### USrefActive (optional) +### UISrefActive (optional) When combined with a `UISref`, a `UISrefActive` toggles a CSS class on/off when its `UISref` is active/inactive. @@ -73,7 +73,7 @@ When combined with a `UISref`, a `UISrefActive` toggles a CSS class on/off when Implement framework specific bootstrap requirements, if any. For example, UI-Router for Angular 1 and Angular 2 integrates with the ng1/ng2 Dependency Injection lifecycles. -On the other hand, UI-Router for React uses a simple javascript based bootstrap, i.e., `new UIRouterReact().start();`. +On the other hand, UI-Router for React uses a simple JavaScript based bootstrap, i.e., `new UIRouterReact().start();`. ## Getting help