From 80abe3c566abb19ac89d678d0203aa2d83a30d20 Mon Sep 17 00:00:00 2001 From: fkmy Date: Thu, 1 Aug 2024 10:57:05 +0900 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ccb928..704750b8 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ The `has_ancestry` method supports the following options: '[0-9]+' integer ids (default) '[-A-Fa-f0-9]{36}' UUIDs :touch Touch the ancestors of a node when it changes: - false don't invalide nested key-based caches (default) + false don't invalid nested key-based caches (default) true touch all ancestors of previous and new parents :counter_cache Create counter cache column accessor: false don't store a counter cache (default)