Commit 5f8d5fbacbf8f1d32af597d0ca41a27d0c9663fe

Authored by Andrew Kane
1 parent de48fca7

Fixed another typo

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -172,7 +172,7 @@ The entire series is returned by default. To exclude points without data, use:
172 172 User.group_by_day(:created_at, series: false).count
173 173 ```
174 174  
175   -Or you change the default value with:
  175 +Or change the default value with:
176 176  
177 177 ```ruby
178 178 User.group_by_day(:created_at, default_value: "missing").count
... ...