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/, /.*\.*/