Skip to content

Commit

Permalink
Fix grammar in id section (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac committed Oct 12, 2023
1 parent 115a6bd commit af35ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ <h3>
</ol>
<aside class="example" title="Resulting ids">
<p>
Below table shows some example `id`s resulting from the [=process
The table below shows some example `id`s resulting from the [=process
the `id` member=] steps.
</p>
<table class="data">
Expand Down Expand Up @@ -1008,9 +1008,9 @@ <h3>
<p>
Since [=manifest/id=] is resolved against [=manifest/start_url=]'s
[=URL/origin=], providing "../foo", "foo", "/foo", "./foo" all
resolves to the same [=identifier=]. It is As such, best practice
resolves to the same [=identifier=]. As such, best practice
is to use a leading "/" to be explicit that the id is a
root-relative url path. Also, standard encoding/decoding rules are
root-relative URL path. Also, standard encoding/decoding rules
apply to the id processing algorithm, as per the [[[URL]]].
</p>
</aside>
Expand Down

0 comments on commit af35ef4

Please sign in to comment.