Skip to content

Commit

Permalink
Fix typo in create-cagg document (github#546)
Browse files Browse the repository at this point in the history
Co-authored-by: Lana Brindley <github@lanabrindley.com>
  • Loading branch information
minkimipt and Loquacity authored Oct 26, 2021
1 parent 37c178d commit 84ca585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timescaledb/getting-started/create-cagg.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ continuous aggregate.
Let's examine an example of a query which would perform better on our continuous
aggregate (`weather_metrics_daily`) than on our hypertable (`weather_metrics`).
Here's a query which looks at how temperatures in New York have changed over the
past 6 years. It returns the returns the time as well as the daily maximum, minimum
past 6 years. It returns the time as well as the daily maximum, minimum
and average temperatures for New York City between 2015 and 2021:

```sql
Expand Down

0 comments on commit 84ca585

Please sign in to comment.