From 6bb30fa5fb8ce780c8e251bc2a667544c188282b Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 6 Nov 2024 10:32:02 -0800 Subject: [PATCH] docs(datetime): remove non-existent value from presentation --- 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 494e3dc226d..9836c662181 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 c43504d58fd..a97925e41b8 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.