Skip to content

Commit ec2af89

Browse files
committed
Typos
1 parent 982faf4 commit ec2af89

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 = { *text }
@@ -285,11 +285,11 @@ ErrorResponse = {
285285
}
286286

287287
ResultData = (
288-
EmptyResult //
289-
SessionResult //
290288
BrowsingContextResult //
289+
EmptyResult //
291290
NetworkResult //
292-
ScriptResult
291+
ScriptResult //
292+
SessionResult
293293
)
294294

295295
EmptyResult = {}

0 commit comments

Comments
 (0)