diff --git a/essentials/positionals/exercises/print-command-line-arguments/index.md b/essentials/positionals/exercises/print-command-line-arguments/index.md index 9ebb284fe..4b52bf206 100644 --- a/essentials/positionals/exercises/print-command-line-arguments/index.md +++ b/essentials/positionals/exercises/print-command-line-arguments/index.md @@ -6,7 +6,7 @@ title: Print command-line arguments ## Task -Write a program that prints all the arguments it gets from the command line. Print them one at a line. +Write a program that prints all the arguments it gets from the command line. Print them one per line. ## Example