flutter / website

Flutter documentation web site
https://docs.flutter.dev
Other
2.79k stars 3.2k forks source link

Fix grammar in Step 3 of "Local development for your Flutter apps using the Firebase Emulator Suite" Codelab #9187

Closed max-torch closed 3 months ago

max-torch commented 1 year ago

Page URL

https://firebase.google.com/codelabs/get-started-firebase-emulators-and-flutter#2

Page source

No response

Describe the problem

The page has this paragraph:

The directory structure under flutter-codelabs/firebase-emulator-suite is a two Flutter projects. One is called complete, which you can refer to if you want to skip ahead, or cross-reference your own code. The other project is called start.

The first sentence exhibits incorrect grammar.

Expected fix

Change the first sentence to:

The directory structure under flutter-codelabs/firebase-emulator-suite consists of two Flutter projects.

Or an equivalent sentence that is grammatically correct.

Additional context

Grammarly page on the usage of articles such as "a" and "an" in the English language https://www.grammarly.com/blog/articles/

ericwindmill commented 1 year ago

Good catch, @max-torch. Thanks!

sfshaza2 commented 9 months ago

@domesticmouse, can you take care of this?

domesticmouse commented 9 months ago

@domesticmouse, can you take care of this?

Nope, it's not a Flutter codelab. It's owned by Firebase. This issue's owner is @ericwindmill for a reason =)

felipecastrosales commented 4 months ago

@ericwindmill can you see this?

ericwindmill commented 3 months ago

Fixed with CL 634486659