Skip to content

Commit 3ce7ec0

Browse files
committed
Fix typo in README
1 parent aa0e231 commit 3ce7ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ however it also has switches `--enable-materialized-views-check-sql-changed` and
313313
`--disable-materialized-views-check-sql-changed` which override this setting for that command.
314314

315315
This feature also takes into account indexes. When a view is deemed not needing recreating, the process will still
316-
check the indexes on the table and delete any extra indexes and create any missing invoices. This reconciliation
316+
check the indexes on the table and delete any extra indexes and create any missing indexes. This reconciliation
317317
is done through the index name, so if you use custom names for your indexes, it might happen that it won't get updated
318318
on change of the content but not the name.
319319

0 commit comments

Comments
 (0)