Skip to content

Commit 24ebc20

Browse files
committed
Fix comment
1 parent d1b734f commit 24ebc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/templates/graphene/graphiql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
decodeURIComponent(entry.slice(eq + 1));
4040
}
4141
});
42-
// Produce a Location query string from a parameter object.
42+
// Produce a Location fragment string from a parameter object.
4343
function locationQuery(params) {
4444
return '#' + Object.keys(params).map(function (key) {
4545
return encodeURIComponent(key) + '=' +

0 commit comments

Comments
 (0)