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

Commit 2bf5c9f

Browse files
author
timeless@gmail.com
committed
spelling: specifying
1 parent 102fe15 commit 2bf5c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/locationSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ describe('$location', function() {
650650
expect(locationUrl.absUrl()).toEqual('http://host.com?q=1%2F2%203&q=4%2F5%206');
651651
});
652652

653-
it('should rewrite params when specifing a single param in search', function() {
653+
it('should rewrite params when specifying a single param in search', function() {
654654
var locationUrl = new LocationHtml5Url('http://host.com', 'http://host.com');
655655
locationUrl.$$parse('http://host.com');
656656
locationUrl.search({'q': '1/2 3'});

0 commit comments

Comments
 (0)