From b3cde1ab59479613a10d39143d4b1a822eb3d52a Mon Sep 17 00:00:00 2001 From: Hugo Hamon Date: Sat, 6 Apr 2019 16:45:46 +0200 Subject: [PATCH] [reference] [constraints] fixes small typo in `Time` validation constraint documentation. --- reference/constraints/Time.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Time.rst b/reference/constraints/Time.rst index 9b18c378686..2051f1e4d02 100644 --- a/reference/constraints/Time.rst +++ b/reference/constraints/Time.rst @@ -20,7 +20,7 @@ that follows a valid ``HH:MM:SS`` format. Basic Usage ----------- -Suppose you have an Event class, with a ``startAt`` field that is the time +Suppose you have an Event class, with a ``startsAt`` field that is the time of the day when the event starts: .. configuration-block::