Skip to content

Commit

Permalink
Correct days/weeks typo (#9929)
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Dec 14, 2023
1 parent 512f569 commit 9609203
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="site-banner site-banner--default" role="alert">
SuperDash is the new Flutter + Flame game and example.<br> Learn
<a href="{{site.flutter-medium}}/how-we-built-the-new-super-dash-demo-in-flutter-and-flame-in-just-six-weeks-9c7aa2a5ad31">how SuperDash
was built in 6 days</a> and play the game on iOS, Android, or
was built in 6 weeks</a> and play the game on iOS, Android, or
<a href="https://superdash.flutter.dev/">web</a>!
</div>

4 changes: 2 additions & 2 deletions src/resources/games-toolkit.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The Casual Games Toolkit provides the following free resources.
1. A sample game built on top of the endless runner template,
called SuperDash. You can play the game on iOS, Android,
or [web][], [view the open source code repo][], or
[read how the game was created in 6 days][].
[read how the game was created in 6 weeks][].

* Developer guides for integrating needed services.
* A link to a [Flame Discord][game-discord] channel.
Expand Down Expand Up @@ -397,7 +397,7 @@ investigate other resources that our community recommends.
[spriteWidget]: {{site.pub-pkg}}/spritewidget
[sqflite]: {{site.pub-pkg}}/sqflite
[win32_gamepad]: {{site.pub-pkg}}/win32_gamepad
[read how the game was created in 6 days]: {{site.flutter-medium}}/how-we-built-the-new-super-dash-demo-in-flutter-and-flame-in-just-six-weeks-9c7aa2a5ad31
[read how the game was created in 6 weeks]: {{site.flutter-medium}}/how-we-built-the-new-super-dash-demo-in-flutter-and-flame-in-just-six-weeks-9c7aa2a5ad31
[view the open source code repo]: {{site.github}}/flutter/super_dash
[web]: https://superdash.flutter.dev/

0 comments on commit 9609203

Please sign in to comment.