Skip to content

Commit

Permalink
fix structural error and to improve sentence clarity (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydangblog committed Dec 16, 2023
1 parent d4938dc commit 69fdd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lessons/en/ecto/querying_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -418,4 +418,4 @@ from c in Character,
select: {m.title, c.name}
```

The Ecto Query DSL is a powerful tool that provides us with everything we need to make even complex database queries. With this introduction provides you with the basic building blocks to start querying.
The Ecto Query DSL is a powerful tool that provides us with everything we need to make even complex database queries. With this introduction, you are provided with the basic building blocks to start querying.

0 comments on commit 69fdd43

Please sign in to comment.