Skip to content

Fix timer grammar in first 2D game tutorial - #12166

Open
ochderek wants to merge 1 commit into
godotengine:masterfrom
ochderek:fix-timer-grammar
Open

Fix timer grammar in first 2D game tutorial#12166
ochderek wants to merge 1 commit into
godotengine:masterfrom
ochderek:fix-timer-grammar

Conversation

@ochderek

Copy link
Copy Markdown

This updates the “Your First 2D Game” tutorial to correct the sentence “each timer have” to “each timer has.”
Fixes #12135

@ochderek
ochderek requested a review from a team as a code owner July 21, 2026 01:07
@Calinou Calinou added bug area:getting started Issues and PRs related to the Getting Started section of the documentation labels Jul 21, 2026

@Calinou Calinou left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is grammatically correct (or perhaps, both are grammatically correct but have different meanings, with the current meaning being the intended one).

I'm not a native English speaker, but I'm fairly sure the current wording is the intended one.

@@ -159,7 +159,7 @@ signal connection dialog. The default settings in this dialog should be fine, so
select **Connect** to create a new signal connection.

Once all three timers have this set up, you should be able to see each timer

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove all grammatical doubts with one simple trick.

Suggested change
Once all three timers have this set up, you should be able to see each timer
Once all three timers have this set up, you should be able to see that each timer

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree with Calinou that the current version isn't necessarily incorrect, but go with Mickeon's suggestion and this PR would be good to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:getting started Issues and PRs related to the Getting Started section of the documentation bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Correct grammatical mistake in Main Script header of Your First 2D Game

4 participants