Skip to content

Commit 3c7f854

Browse files
authored
fix typo: verion -> version (#201)
1 parent b155aeb commit 3c7f854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Click the gear icon in the top-right of the DevTools to open the <i>Settings</i>
9999
Select <i>Experiments</i> on the left of settings. Turn on "Protocol Monitor", then close and reopen DevTools.
100100
Now click the ⋮ menu icon, choose <i>More Tools</i> and then select <i>Protocol monitor</i>.
101101

102-
<p>You can also issue your own commands using Protocol Monitor (verion 92.0.4497.0+). If the command does not require any parameters,
102+
<p>You can also issue your own commands using Protocol Monitor (version 92.0.4497.0+). If the command does not require any parameters,
103103
type the command into the prompt at the bottom of the Protocol Monitor panel and press Enter, for example,
104104
<code>Page.captureScreenshot</code>. If the command requires parameters, provide them as JSON, for example,
105105
<code>{"command":"Page.captureScreenshot","parameters":{"format": "jpeg"}}</code>.

0 commit comments

Comments
 (0)