File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ defmodule Mongo.Ecto do
158158 which returns one entry or raises.
159159
160160 There is also support for count function in queries that uses `MongoDB`'s
161- `count` command. Please not that unlike in SQL databases you can only select
161+ `count` command. Please note that unlike in SQL databases you can only select
162162 a count - there is no support for querying using a count, there is also no
163163 support for counting documents and selecting them at the same time.
164164
@@ -189,7 +189,7 @@ defmodule Mongo.Ecto do
189189 ## Commands
190190
191191 MongoDB has many administrative commands you can use to manage your database.
192- We support them thourgh `Mongo.Ecto.command/2` function.
192+ We support them through the `Mongo.Ecto.command/2` function.
193193
194194 Mongo.Ecto.command(MyRepo, createUser: "ecto", ...)
195195
You can’t perform that action at this time.
0 commit comments