diff --git a/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx b/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx index b28addc84..d78600600 100644 --- a/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx +++ b/frontend/public/md_pages/installation/ohjelmoinnin_aloittaminen_vscode_en.mdx @@ -73,7 +73,7 @@ Make the following changes to the source code: ```python editori = input("editori: ") -if editori == "word" or editor == "notepad": +if editori == "word" or editori == "notepad": print("surkea") ```