Skip to content

Commit

Permalink
Fix typo (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
srgpqt committed Apr 3, 2020
1 parent 87ad8d7 commit b4b6947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/howtos/Schemaless queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Updates and deletes can also be done without schemas via `c:Ecto.Repo.update_all
# Use the ID to trigger updates
post = from p in "posts", where: [id: ^id]

# Update the title for all matchihg posts
# Update the title for all matching posts
{1, _} =
MyApp.Repo.update_all post, set: [title: "new title"]

Expand Down

0 comments on commit b4b6947

Please sign in to comment.