Skip to content

Commit e4a0c3f

Browse files
authored
Corrected spelling
$headers.removeMmultiple() should be $headers.removeMultiple()
1 parent 80458e9 commit e4a0c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/synthetics/synthetic-monitoring/scripting-monitors/synthetic-scripted-browser-reference-monitor-versions-chrome-100.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ The `waitForAndFindElement(locator, timeout)` and `waitForPendingRequests(timeou
171171

172172
<tr id="headers-removeMultiple">
173173
<td>
174-
`$headers.removeMmultiple(headers: {key:value...})`
174+
`$headers.removeMultiple(headers: {key:value...})`
175175
</td>
176176

177177
<td>

0 commit comments

Comments
 (0)