diff --git a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md index d3f8b4f104..ff0b734463 100644 --- a/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md +++ b/curriculum/challenges/english/07-scientific-computing-with-python/python-for-everybody/networking-protocol.english.md @@ -17,7 +17,7 @@ videoId: c6vZGescaSc ```yml question: - text: 'What type of HTTP is request is usually used to access a website?' + text: 'What type of HTTP request is usually used to access a website?' answers: - 'POST' - 'GET'