Skip to content

Commit 8d57da8

Browse files
committed
Fix typo.
1 parent 857e148 commit 8d57da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type_checkers/access.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ module Mint
152152

153153
error! :access_not_found do
154154
snippet "Found a component for this type:", target
155-
snippet "But there is no entitiy on it named:", node.field.value
155+
snippet "But there is no entity on it named:", node.field.value
156156
snippet "The access is here:", node
157157
end unless lookup
158158

0 commit comments

Comments
 (0)