Skip to content

Commit cec1ec7

Browse files
kianmengsax
authored andcommitted
Fix typos
Found via `typos --hidden --format brief`
1 parent b98d3de commit cec1ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ benchmarks/<file>`.
115115

116116
## Contributing
117117

118-
- Pull requests that may be rebased are preferrable to merges or squashes.
118+
- Pull requests that may be rebased are preferable to merges or squashes.
119119
- Please **do not** increment the version number in pull requests.

test/integration/socket_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Absinthe.GraphqlWS.SocketTest do
3636
assert json == Jason.encode!(payload)
3737
end
3838

39-
describe "initalization" do
39+
describe "initialization" do
4040
test "starts and stops" do
4141
assert {:ok, client} = Test.Client.start()
4242
Test.Client.close(client)

0 commit comments

Comments
 (0)