Skip to content

Commit 93b4245

Browse files
Docs: Fix phrasing in case-study/index.md (#13083)
_Description of what this PR is changing or adding, and why:_ This corrects a weird grammatical construction ("like provided by") on the "Architecture case study" page. _Issues fixed by this PR (if any):_ - Fixes a grammatical typo/clunky phrasing. _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [ ] If you are unwilling, or unable, to sign the CLA, even for a _tiny_, one-word PR, please file an issue instead of a PR. - [ ] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [ ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style)—for example, it doesn't use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person pronouns). - [ ] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer.
1 parent 0d2ef12 commit 93b4245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/content/app-architecture/case-study

src/content/app-architecture/case-study/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ The example in this case-study demonstrates how one application abides by our
155155
recommended architectural rules, but there are many other example apps that
156156
could've been written. The UI of this app leans heavily on view models
157157
and `ChangeNotifier`, but it could've easily been written
158-
with streams, or with other libraries like provided by the [`riverpod`][],
159-
[`flutter_bloc`][], and [`signals`][] packages.
158+
with streams, or with other libraries such as [`riverpod`][],
159+
[`flutter_bloc`][], and [`signals`][].
160160
The communication between layers of this app handled
161161
everything with method calls, including polling for new data.
162162
It could've instead used streams to expose data from a repository to

0 commit comments

Comments
 (0)