Skip to content

Commit

Permalink
Minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert Harmeling authored May 17, 2018
1 parent 164e8c5 commit 60d1d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ questions:
- {value: "$request->headers->get('Content-Type');", correct: true}
- {value: "$request->getContentType();", correct: true}
-
question: 'How to check if a request have been sent using AJAX ?'
question: 'How to check if a request has been sent using AJAX ?'
answers:
- {value: $request->isXmlHttpRequest();, correct: true}
- {value: $request->isAJAX();, correct: false}
Expand Down

0 comments on commit 60d1d9c

Please sign in to comment.