From 13f1b5d731d7e7186c1e10f80c783adbee3f0073 Mon Sep 17 00:00:00 2001 From: Keith Philpott Date: Thu, 4 May 2023 23:38:24 -0700 Subject: [PATCH] fix typo --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 3c0bbc6..dcde94a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -10,7 +10,7 @@ Koda Validate :noindex: Build typesafe validators :ref:`automatically` -or explicitly -- or :ref:`write your own`. Combine them to +or explicitly -- or :ref:`write your own`. Combine them for arbitrarily complex validation logic. Koda Validate is async-friendly, pure Python, and 1.5x - 12x faster :ref:`than Pydantic`.