Skip to content

Commit d02b60d

Browse files
author
Justin Wood
authored
Merge pull request #165 from richardpringle/master
Fix typo
2 parents 6050b69 + b11c63e commit d02b60d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/mongo_ecto.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)