From 565705bd1da46e9c519845463176454b33d0e6fb Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 20 Jul 2023 02:16:20 -0700 Subject: [PATCH] docs: fix casing of _Deprecated_ (#39152) --- docs/api/system-preferences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index 7d7453509f7..105e11da143 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -297,7 +297,7 @@ This API is only available on macOS 10.14 Mojave or newer. * `window-frame` - Window frame. * `window-text` - Text in windows. * On **macOS** - * `alternate-selected-control-text` - The text on a selected surface in a list or table. _deprecated_ + * `alternate-selected-control-text` - The text on a selected surface in a list or table. _Deprecated_ * `control-background` - The background of a large interface element, such as a browser or table. * `control` - The surface of a control. * `control-text` -The text of a control that isn’t disabled.