Skip to content

Commit 7ef9e47

Browse files
jgrahamwhimboo
andauthored
Apply suggestions from code review
Co-authored-by: Henrik Skupin <[email protected]>
1 parent db2c353 commit 7ef9e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6447,7 +6447,7 @@ requests will be affected.
64476447

64486448
#### The network.setCacheMode Command #### {#command-network-setCacheMode}
64496449

6450-
The <dfn export for=commands>network.removeSetCacheMode</dfn> command overrides
6450+
The <dfn export for=commands>network.setCacheMode</dfn> command overrides
64516451
the network cache behaviour for certain requests.
64526452

64536453
<dl>
@@ -6490,11 +6490,11 @@ The <dfn export>WebDriver BiDi update request cache mode</dfn> steps given
64906490
1. If |context| is not null:
64916491

64926492
1. If [=cache mode override map=] [=map/contains=] |context|, set
6493-
|request|&apos;s [=request/cache mode=] to [=cache mode override
6493+
|request|'s [=request/cache mode=] to [=cache mode override
64946494
map=][|context|] and return.
64956495

64966496
1. If [=default cache mode override=] is not null, set
6497-
|request|&apos;s [=request/cache mode=] to [=default cache mode override=].
6497+
|request|'s [=request/cache mode=] to [=default cache mode override=].
64986498

64996499
</div>
65006500

0 commit comments

Comments
 (0)