We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98d3de commit cec1ec7Copy full SHA for cec1ec7
README.md
@@ -115,5 +115,5 @@ benchmarks/<file>`.
115
116
## Contributing
117
118
-- Pull requests that may be rebased are preferrable to merges or squashes.
+- Pull requests that may be rebased are preferable to merges or squashes.
119
- Please **do not** increment the version number in pull requests.
test/integration/socket_test.exs
@@ -36,7 +36,7 @@ defmodule Absinthe.GraphqlWS.SocketTest do
36
assert json == Jason.encode!(payload)
37
end
38
39
- describe "initalization" do
+ describe "initialization" do
40
test "starts and stops" do
41
assert {:ok, client} = Test.Client.start()
42
Test.Client.close(client)
0 commit comments