2 files changed, 2 insertions, 2 deletions
diff --git a/develop/openid.html b/develop/openid.html
index f0b15ea709..ba6adbc9ed 100644
--- a/develop/openid.html
+++ b/develop/openid.html
@@ -551,7 +551,7 @@ does not return a <code>sub</code> property, an alternative <code>subject_claim<
localpart_template: "{{ user.preferred_username }}"
display_name_template: "{{ user.name }}"
</code></pre>
-<h2 id="apple"><a class="header" href="#apple">Apple</a></h2>
+<h3 id="apple"><a class="header" href="#apple">Apple</a></h3>
<p>Configuring "Sign in with Apple" (SiWA) requires an Apple Developer account.</p>
<p>You will need to create a new "Services ID" for SiWA, and create and download a
private key with "SiWA" enabled.</p>
diff --git a/develop/print.html b/develop/print.html
index a0e119ad03..4a623018e3 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -6239,7 +6239,7 @@ does not return a <code>sub</code> property, an alternative <code>subject_claim<
localpart_template: "{{ user.preferred_username }}"
display_name_template: "{{ user.name }}"
</code></pre>
-<h2 id="apple"><a class="header" href="#apple">Apple</a></h2>
+<h3 id="apple"><a class="header" href="#apple">Apple</a></h3>
<p>Configuring "Sign in with Apple" (SiWA) requires an Apple Developer account.</p>
<p>You will need to create a new "Services ID" for SiWA, and create and download a
private key with "SiWA" enabled.</p>
|