Skip to content

Commit 11f477d

Browse files
Fix typo in flavors-ios.ms (#12946)
## Presubmit checklist - [x] 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. - [x] If this PR is not meant to land until a future stable release, mark it as draft with an explanation. - [x] 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). - [x] 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. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 03e84e3 commit 11f477d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/deployment/flavors-ios.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ always start with an existing project.
151151

152152
:::note
153153
Your configurations should be based on your
154-
`Debug.xconfig`, `Profile.xcconfig`, and
155-
`Release.xcconfig` files, not the
156-
`Pods-Runner.xcconfigs` file. You can check this by
154+
`Debug.xconfig`, `Profile.xcconfig`,
155+
and `Release.xcconfig` files, not the
156+
`Pods-Runner.xcconfig` file. You can check this by
157157
expanding the configuration names in Xcode.
158158
:::
159159

0 commit comments

Comments
 (0)