From ceac95c72ac6096bd06db7a56c39eedf68bebc99 Mon Sep 17 00:00:00 2001 From: pcamp Date: Tue, 16 Mar 2021 19:46:59 -0500 Subject: [PATCH] Typo fixes in README.md (#775) --- navigation_and_routing/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/navigation_and_routing/README.md b/navigation_and_routing/README.md index d8ed4ab5c..96e616453 100644 --- a/navigation_and_routing/README.md +++ b/navigation_and_routing/README.md @@ -1,7 +1,7 @@ # Navigation and Routing sample code Sample code for [Learning Flutter's New Navigation and Routing System][article], -an article explaining the Router widget and it's associated classes. +an article explaining the Router widget and its associated classes. ## Samples @@ -33,7 +33,7 @@ an article explaining the Router widget and it's associated classes. RouterDelegate, and additional routes can be pushed onto the inner RouterDelegate / Navigator. * [router_advanced/transition_delegate.dart](lib/router_advanced/transition_delegate.dart) - Shows how a custom TransitionDelegate can be used to customized when + Shows how a custom TransitionDelegate can be used to customize when transition animations are shown. ## Running