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.