csells / go_router

The purpose of the go_router for Flutter is to use declarative routes to reduce complexity, regardless of the platform you're targeting (mobile, web, desktop), handling deep linking from Android, iOS and the web while still allowing an easy-to-use developer experience.
https://gorouter.dev
441 stars 97 forks source link

fix minor typos in En docs and examples #301

Closed toshi-kuji closed 2 years ago

toshi-kuji commented 2 years ago

:sparkles: What kind of change does this PR introduce? (Bug fix, feature, docs update...)

Fixing some minor typos found during the translation of the docs. (+ one overlooked En -> Ja translation.)

:thinking: Checklist before submitting

csells commented 2 years ago

Standard markdown syntax allows multiple numbered list items to all start with the number 1 and will handle the sequential numbering itself: https://www.markdownguide.org/basic-syntax/#ordered-lists

This makes it easy to rearrange items w/o redoing the numbering.

toshi-kuji commented 2 years ago

Thanks for the correction!