From 0cd5e8e01ffb5d9cbe305da592f5ab104f3dab2a Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Wed, 12 Sep 2018 23:24:12 +0100 Subject: [PATCH] fix simple typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e085b0..7adcf8c 100644 --- a/README.md +++ b/README.md @@ -170,9 +170,9 @@ The following additional functions exist for Jasmine-BDD: - `uitest.current`: This returns a singleton uitest instance, whose functions delegate to the current uitest instance of the spec/suite. - `uitest.current.runs(callback[,timeout])`: First, this executes a `waitsFor` call using `uitest.current.ready`. -Then it executes the the given callback using a `runs` call from jasmine and does dependency injection for the arguments of the callback using `uitest.current.inject`. +Then it executes the given callback using a `runs` call from jasmine and does dependency injection for the arguments of the callback using `uitest.current.inject`. - `uitest.current.runsAfterReload(callback[,timeout])`: First, this executes a `waitsFor` call using `uitest.current.reloaded`. -Then it executes the the given callback using a `runs` call from jasmine and does dependency injection for the arguments of the callback using `uitest.current.inject`. +Then it executes the given callback using a `runs` call from jasmine and does dependency injection for the arguments of the callback using `uitest.current.inject`. ## Angular-Js Support