From a4a75f7417c3085d8030e8092a972659bd13230a Mon Sep 17 00:00:00 2001 From: Justin Bandoro <79104794+jbandoro@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:14:31 -0800 Subject: [PATCH] fix: small typo modifiers docs (#846) --- docs/docs/modifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modifiers.md b/docs/docs/modifiers.md index b440587a..c3c4cf72 100644 --- a/docs/docs/modifiers.md +++ b/docs/docs/modifiers.md @@ -81,6 +81,6 @@ True '2014-01-15 12:00:00' # others that are defined that are similar -# and tha accept month, quarter and year units +# and that accept month, quarter and year units # first_of(), last_of(), nth_of() ```