Skip to content

Commit d1024af

Browse files
committed
Fix typo in error message link to docs
1 parent 532828a commit d1024af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/javascripts/unit/core/utils/url_store_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ describe('url_store', function(){
44
describe('buildLogSuffix', function(){
55
it('should build a log suffix for known keys', function(){
66
var suffix = url_store.buildLogSuffix('authenticationEndpoint');
7-
expect(suffix).toEqual('See: https://pusher.com/docs/channels/server_api/authenticating_users');
7+
expect(suffix).toEqual('See: https://pusher.com/docs/channels/server_api/authenticating-users');
88
});
99
it('should return a blank suffix for unknown keys', function(){
1010
var suffix = url_store.buildLogSuffix('somethingUnknown');

0 commit comments

Comments
 (0)