Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Nov 3, 2022
1 parent 982faf4 commit ec2af89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ CommandData = (
BrowsingContextCommand //
NetworkCommand //
ScriptCommand //
SessionCommand //
SessionCommand
)

EmptyParams = { *text }
Expand Down Expand Up @@ -285,11 +285,11 @@ ErrorResponse = {
}

ResultData = (
EmptyResult //
SessionResult //
BrowsingContextResult //
EmptyResult //
NetworkResult //
ScriptResult
ScriptResult //
SessionResult
)

EmptyResult = {}
Expand Down

0 comments on commit ec2af89

Please sign in to comment.