From 3bf1fb78d980f8be69245c6d44f8f21e3c183aec Mon Sep 17 00:00:00 2001 From: Justin Schroeder Date: Fri, 9 Feb 2024 11:51:14 -0500 Subject: [PATCH] docs: remove redundant genitive explanation --- docs/components/content/Format.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/components/content/Format.vue b/docs/components/content/Format.vue index e1e2a12..a679463 100644 --- a/docs/components/content/Format.vue +++ b/docs/components/content/Format.vue @@ -316,10 +316,9 @@ import { format } from "@formkit/tempo"

The format() function accepts a fourth argument, a boolean - indicating whether or not genitive cases should be used. The genitive - option will format the month and day names in the genitive case. This is - useful for languages that have different forms of the month and day names - when used in a context that requires the genitive case. + indicating whether or not genitive cases should be used. This is useful + for languages that have different forms of the month and day names when + used in a context that requires the genitive case.