Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1433c34

Browse files
test($location): fix typo
1 parent f45d6d9 commit 1433c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/locationSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ describe('$location', function() {
12361236
});
12371237

12381238

1239-
it('should not rewrite full url links do different domain', function() {
1239+
it('should not rewrite full url links to different domain', function() {
12401240
configureService({linkHref: 'http://www.dot.abc/a?b=c', html5Mode: true});
12411241
inject(
12421242
initBrowser(),

0 commit comments

Comments
 (0)