From a4bed44df4e94f51cf93efce316d383b29e39c08 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 6 Nov 2024 12:53:02 -0800 Subject: [PATCH] docs(datetime): remove non-existent value from presentation (#3879) --- docs/api/datetime.md | 2 +- versioned_docs/version-v7/api/datetime.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/datetime.md b/docs/api/datetime.md index 494e3dc226..9836c66218 100644 --- a/docs/api/datetime.md +++ b/docs/api/datetime.md @@ -204,7 +204,7 @@ Some use cases may call for only date selection or only time selection. The `pre ### Month and Year Selection -Month and year selection is available by passing `month-year`, `year-month`, `month`, or `year` to the `presentation` property. +Month and year selection is available by passing `month-year`, `month`, or `year` to the `presentation` property. This example shows a datetime with the `month-year` configuration. diff --git a/versioned_docs/version-v7/api/datetime.md b/versioned_docs/version-v7/api/datetime.md index c43504d58f..a97925e41b 100644 --- a/versioned_docs/version-v7/api/datetime.md +++ b/versioned_docs/version-v7/api/datetime.md @@ -207,7 +207,7 @@ Some use cases may call for only date selection or only time selection. The `pre ### Month and Year Selection -Month and year selection is available by passing `month-year`, `year-month`, `month`, or `year` to the `presentation` property. +Month and year selection is available by passing `month-year`, `month`, or `year` to the `presentation` property. This example shows a datetime with the `month-year` configuration.