Skip to content

Commit f989bf1

Browse files
authored
Remove extra word
1 parent 99c84f3 commit f989bf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mariadb/concepts-query-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following query returns information about queries in Query Store:
6161
SELECT * FROM mysql.query_store;
6262
```
6363

64-
Or this query for wait wait statistics:
64+
Or this query for wait statistics:
6565

6666
```sql
6767
SELECT * FROM mysql.query_store_wait_stats;
@@ -176,4 +176,4 @@ This view returns wait events data in Query Store. There is one row for each dis
176176

177177
## Next steps
178178

179-
- Learn more about [Query Performance Insights](concepts-query-performance-insight.md)
179+
- Learn more about [Query Performance Insights](concepts-query-performance-insight.md)

0 commit comments

Comments
 (0)