Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kolotov committed Sep 4, 2023
1 parent 541dcbb commit c5c612a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

function demoGreeting(): void
{
line('Welcome to the Brain Game!');
line('Welcome to the Brain Games!');
$name = prompt('May I have your name?');
line("Hello, %s!", $name);
}
2 changes: 1 addition & 1 deletion src/texts.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dialogs": {
"welcome": "Welcome to the Brain Game!",
"welcome": "Welcome to the Brain Games!",
"congratulations": "Congratulations, [user_name]!",
"greeting": "Hello, [user_name]!",
"correct_answer": "Correct!",
Expand Down

0 comments on commit c5c612a

Please sign in to comment.