Skip to content

Commit 2ad7884

Browse files
committedAug 14, 2014
Fixed disqus shortname.
1 parent edddfad commit 2ad7884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ module.exports = function (grunt) {
323323
domainName: 'angular-data.pseudobry.com'
324324
},
325325
discussions: {
326-
shortName: 'angular-data',
326+
shortName: 'angulardata',
327327
url: 'http://angular-data.pseudobry.com',
328328
dev: dev
329329
}

0 commit comments

Comments
 (0)
Please sign in to comment.