From c5c612a4bd60e5d7479e5824d63a1fa0545d4279 Mon Sep 17 00:00:00 2001 From: gkdev Date: Tue, 5 Sep 2023 00:24:54 +0300 Subject: [PATCH] fix: typo --- src/Cli.php | 2 +- src/texts.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Cli.php b/src/Cli.php index 872271e..856dafd 100644 --- a/src/Cli.php +++ b/src/Cli.php @@ -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); } diff --git a/src/texts.json b/src/texts.json index cf151eb..d9f3540 100644 --- a/src/texts.json +++ b/src/texts.json @@ -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!",