diff --git a/TerminalDocs/customize-settings/appearance.md b/TerminalDocs/customize-settings/appearance.md
index 88c08bbf..8b28b41e 100644
--- a/TerminalDocs/customize-settings/appearance.md
+++ b/TerminalDocs/customize-settings/appearance.md
@@ -45,7 +45,11 @@ ___
:::row:::
:::column span="":::
-When this is set to `true`, tabs are always displayed. When it's set to `false` and `showTabsInTitlebar` is set to `true`, tabs are always displayed underneath the title bar. When this is set to `false` and `showTabsInTitlebar` is set to `false`, tabs only appear after more than one tab exists by typing ctrl+shift+t or by typing the key binding assigned to `newTab`. Note that changing this setting will require starting a new terminal instance.
+When this is set to `true`, tabs are always displayed. When it's set to `false` and `showTabsInTitlebar` is set to `false`, tabs are always displayed underneath the title bar. When this is set to `false` and `showTabsInTitlebar` is set to `false`, tabs only appear after more than one tab exists, by typing ctrl+shift+t or by typing the key binding assigned to `newTab`. Note that changing this setting will require starting a new terminal instance.
+
+> [!NOTE]
+> This setting has no effect when `showTabsInTitlebar` is `true`.
+
**Property name:** `alwaysShowTabs`