From 58759051635c3d660421908702b6ade729dd4ab8 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Wed, 10 Aug 2022 09:22:35 +1000 Subject: [PATCH] fix: grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d90435261..4d85ec645 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ Generated files are cached. If you're using an `ENV` var then when you change then ENV var the asset will be forced to recompile. This behavior is only true for environment variables, if you are pulling a value from somewhere else, such as a database, -must manually invalidate the cache to see the change. +you must manually invalidate the cache to see the change. If you're using Rails, there are helpers you can use such as `asset_url` that will cause a recompile if the value changes.