Commit de48fca723e3a29127a6507df2fa838569fcdf4e

Authored by Andrew Kane
1 parent 0b3a8823

Fixed typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -166,7 +166,7 @@ Takes a `String`, which is passed to [strftime](http://strfti.me/), or a `Symbol @@ -166,7 +166,7 @@ Takes a `String`, which is passed to [strftime](http://strfti.me/), or a `Symbol
166 166
167 ### Series 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 ```ruby 171 ```ruby
172 User.group_by_day(:created_at, series: false).count 172 User.group_by_day(:created_at, series: false).count