Skip to content

Commit 29dd853

Browse files
jgrahamwhimboo
andcommitted
Apply suggestions from code review
Co-authored-by: Henrik Skupin <[email protected]>
1 parent b8494a6 commit 29dd853

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
@@ -6563,7 +6563,7 @@ requests will be affected.
65636563

65646564
#### The network.setCacheMode Command #### {#command-network-setCacheMode}
65656565

6566-
The <dfn export for=commands>network.removeSetCacheMode</dfn> command overrides
6566+
The <dfn export for=commands>network.setCacheMode</dfn> command overrides
65676567
the network cache behaviour for certain requests.
65686568

65696569
<dl>
@@ -6606,11 +6606,11 @@ The <dfn export>WebDriver BiDi update request cache mode</dfn> steps given
66066606
1. If |context| is not null:
66076607

66086608
1. If [=cache mode override map=] [=map/contains=] |context|, set
6609-
|request|&apos;s [=request/cache mode=] to [=cache mode override
6609+
|request|'s [=request/cache mode=] to [=cache mode override
66106610
map=][|context|] and return.
66116611

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

66156615
</div>
66166616

0 commit comments

Comments
 (0)