Skip to content

Commit

Permalink
Merge pull request #65 from ismail1432/patch-1
Browse files Browse the repository at this point in the history
Minor typo
  • Loading branch information
20uf authored May 29, 2018
2 parents a6a4767 + 589a2a4 commit bedd08a
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 bedd08a

Please sign in to comment.