Skip to content

Commit

Permalink
Minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail1432 authored May 10, 2018
1 parent 164e8c5 commit 589a2a4
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 @@ -88,7 +88,7 @@ questions:
-
question: 'How can you set status code of Symfony\Component\HttpFoundation\Response'
answers:
- {value: "By you pass the vaklue as second parameter of new Response()", correct: true}
- {value: "By you pass the value as second parameter of new Response()", correct: true}
- {value: "By using setStatusCode()", correct: true}
- {value: "By using setCodeStatus()", correct: false}
- {value: "By using setHttpCode()", correct: false}
Expand Down

0 comments on commit 589a2a4

Please sign in to comment.