diff options
author | 2021-12-01 13:32:24 -0500 | |
---|---|---|
committer | 2021-12-01 13:32:24 -0500 | |
commit | 115f93de3a4d5f21e52fb87674d68f8c8fad4701 (patch) | |
tree | f26555289a76f48c9703740d2c1a2d25931625e8 | |
parent | 5cfb8832f16b84194c98826d395e94d35a2d3524 (diff) |
Fix heading level
Test: no test
Fixes: 208285302
Change-Id: I2eb0888a502ecf7a76261ac1d80cb3385f1665a0
-rw-r--r-- | packages/SystemUI/docs/dialogs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/docs/dialogs.md b/packages/SystemUI/docs/dialogs.md index e5b4edde39e3..70baa9f18759 100644 --- a/packages/SystemUI/docs/dialogs.md +++ b/packages/SystemUI/docs/dialogs.md @@ -1,6 +1,6 @@ # Dialogs in SystemUI -### Creating a dialog +## Creating a dialog ### Styling |