Skip to content

Commit

Permalink
Fix misprint (#2102)
Browse files Browse the repository at this point in the history
* Fix misprint

* Update websocket_graphql_transport_ws.go
  • Loading branch information
frederikhors authored Apr 17, 2022
1 parent 9f5fad1 commit 12c6d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/gorilla/websocket"
)

// https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
// https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
const (
graphqltransportwsSubprotocol = "graphql-transport-ws"

Expand Down
2 changes: 1 addition & 1 deletion graphql/handler/transport/websocket_graphqlws.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/gorilla/websocket"
)

// https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md
// https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md
const (
graphqlwsSubprotocol = "graphql-ws"

Expand Down

0 comments on commit 12c6d0b

Please sign in to comment.