From fd1dec50da4b0075477668cb9577ce57fdf59466 Mon Sep 17 00:00:00 2001 From: randoum Date: Mon, 14 Nov 2016 10:13:50 +0100 Subject: [PATCH] Fix typo --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index f8fe0b6..112b640 100644 --- a/README.markdown +++ b/README.markdown @@ -242,7 +242,7 @@ beforeEach(function(){ // first install the mock jasmine.Ajax.install(); - // Than register a request to which automatically will be responded + // then register a request to which automatically will be responded jasmine.Ajax.stubRequest( 'https://soap.domain.tld/ws/UserManager', /.*\.*/ @@ -273,7 +273,7 @@ beforeEach(function(){ // first install the mock jasmine.Ajax.install(); - // Than register a request to which automatically will be responded + // then register a request to which automatically will be responded jasmine.Ajax.stubRequest( /.*\/ws\/UserManager/, /.*\.*/