Skip to content

Commit 7c05c56

Browse files
committed
Typos
1 parent 6b19692 commit 7c05c56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ CommandData = (
255255
BrowsingContextCommand //
256256
NetworkCommand //
257257
ScriptCommand //
258-
SessionCommand //
258+
SessionCommand
259259
)
260260

261261
EmptyParams = {
@@ -297,11 +297,11 @@ ErrorCode = {
297297
}
298298

299299
ResultData = (
300-
EmptyResult //
301-
SessionResult //
302300
BrowsingContextResult //
301+
EmptyResult //
303302
NetworkResult //
304-
ScriptResult
303+
ScriptResult //
304+
SessionResult
305305
)
306306

307307
EmptyResult = {}

0 commit comments

Comments
 (0)