Skip to content

Commit 8876f2b

Browse files
authored
fix bug in heading id (#210)
1 parent 7d7ea77 commit 8876f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ <h1>Introduction</h1>
192192
is being thoroughly discussed by the community. For example, see
193193
<a href="https://github.com/w3c/did-spec/issues/166#issuecomment-464502719">this comment</a>.</p>
194194

195-
<section id="design-goals" class="informative">
195+
<section id="implementer-overview" class="informative">
196196
<h2>Implementer Overview</h2>
197197
<p>
198198
By invoking a <a>DID resolver</a> using the standard <code>resolve(did, resolutionOptions)</code> interface (as defined in

0 commit comments

Comments
 (0)