Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spelling and grammar errors #80

Closed
wants to merge 1 commit into from
Closed

Fix spelling and grammar errors #80

wants to merge 1 commit into from

Conversation

thejohnjansen
Copy link
Contributor

Went through the spec and fixed some spelling and grammatical errors. I believe that I did not make any substantive changes. For those, I submitted bugs along the way.

@@ -576,10 +576,10 @@

<section>
<h3>Handling Errors</h3>
<p>Errors are represented in the WebDriver protocol with a HTTP response with a HTTP status in the 4xx or 5xx range and a JSON body containing details of the error. This JSON body has two fields; <code>error</code>, containing a string indicating the error type and <code>error</code> containing an implementation-defined string containing a human readable description of the kind of error that occured.</p>
<p>Errors are represented in the WebDriver protocol with a HTTP response with a HTTP status in the 4xx or 5xx range and a JSON body containing details of the error. This JSON body has two fields: <code>status</code>, containing a string indicating the error type and <code>error</code> containing an implementation-defined string containing a human readable description of the kind of error that occured.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be error for the string indicating the error type and message for the string with the human readable description.

(See the steps under sending an error.)

@AutomatedTester
Copy link
Contributor

landed in 2d4c345 with fix ups

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants