Commit de48fca723e3a29127a6507df2fa838569fcdf4e
1 parent
0b3a8823
Exists in
master
and in
6 other branches
Fixed typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -166,7 +166,7 @@ Takes a `String`, which is passed to [strftime](http://strfti.me/), or a `Symbol |
166 | 166 | |
167 | 167 | ### Series |
168 | 168 | |
169 | -The entire series is returned by default. To exclude points withouts data, use: | |
169 | +The entire series is returned by default. To exclude points without data, use: | |
170 | 170 | |
171 | 171 | ```ruby |
172 | 172 | User.group_by_day(:created_at, series: false).count | ... | ... |