-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[go_router] fix(docs): improve docs and fix typo #4414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't tell what has changed in this line. is there a hidden magic here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sdoshi983 can you revert this change if there is indeed nothing change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @chunhtai, yes you are correct. There was no change. As suggested by you:
- I have signed the CLA
- I have reverted the change.
Please let me know in case of any other changes
|
you will need to sign the CLA before contributing to flutter |
|
no version change or change log needed. Reason: this is a typo fix that doesn't impact the readability too much. |
chunhtai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
hannah-hyj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
flutter/packages@a99fc87...f4ae933 2023-07-27 [email protected] Manual roll Flutter from bae1ac2 to 61fd11d (7 revisions) (flutter/packages#4572) 2023-07-26 [email protected] Roll Flutter from 9def8f6 to bae1ac2 (27 revisions) (flutter/packages#4570) 2023-07-26 [email protected] [go_router] fix(docs): improve docs and fix typo (flutter/packages#4414) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
flutter/packages@a99fc87...f4ae933 2023-07-27 [email protected] Manual roll Flutter from bae1ac2 to 61fd11d (7 revisions) (flutter/packages#4572) 2023-07-26 [email protected] Roll Flutter from 9def8f6 to bae1ac2 (27 revisions) (flutter/packages#4570) 2023-07-26 [email protected] [go_router] fix(docs): improve docs and fix typo (flutter/packages#4414) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
flutter/packages@a99fc87...f4ae933 2023-07-27 [email protected] Manual roll Flutter from bae1ac2 to 61fd11d (7 revisions) (flutter/packages#4572) 2023-07-26 [email protected] Roll Flutter from 9def8f6 to bae1ac2 (27 revisions) (flutter/packages#4570) 2023-07-26 [email protected] [go_router] fix(docs): improve docs and fix typo (flutter/packages#4414) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Hey all maintainers,
I was going through the documentation of go_router package. In the configuration topic, I found a sentence that might not be conveying the actual meaning to the reader.
As I faced the same issue, I would like to take the opportunity to improve it and contribute for the same. Is the change valid? Do let me know in case of any improvements
Pre-launch Checklist
dart format.)[shared_preferences]pubspec.yamlwith an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.mdto add a description of the change, following repository CHANGELOG style.///).If you need help, consider asking for advice on the #hackers-new channel on Discord.