Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cschiewek committed Mar 15, 2024
1 parent e9639e0 commit 2d42a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/absinthe/phase/document/execution/resolution.ex
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ defmodule Absinthe.Phase.Document.Execution.Resolution do
res -> reduce_resolution(res)
end

{result, %{middewlare: middleware, resolution: res}}
{result, %{middleware: middleware, resolution: res}}
end
end

Expand Down

0 comments on commit 2d42a2a

Please sign in to comment.