Skip to content

Commit e2b291b

Browse files
authored
[docs] fix macOS capitialization (#8533)
A nit, but `macOS` is how macs like to identify themselves. --- <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide]([https://github.com/dart-lang/sdk/blob/main/CONTRIBUTING.md](https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Dart contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Java and Kotlin contributions should strive to follow Java and Kotlin best practices ([discussion](#8098)). </details>
1 parent 441e791 commit e2b291b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
137137
- Select "Platform Settings > SDKs"
138138
- Click the "+" sign at the top, click "Add New SDK (Alt+Insert)", then select "Add JDK from disk...".
139139
- Select your IntelliJ application (most likely under `Applications`) and from there, select the `Contents/jbr/Contents/Home` directory
140-
- **[For macos]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens. From there, you can select the `Contents` directory.
140+
- **[For macOS]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens. From there, you can select the `Contents` directory.
141141
- Change the name so that you can easily identify it, e.g. `IDEA JBR 21`.
142142
- When you are done, your settings should look something like:
143143
```
@@ -150,7 +150,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
150150
- Click the "+" sign at the top, click "Add New SDK (Alt+Insert)", then select "Add IntelliJ Platform Plugin SDK...".
151151
- **[Note]** If you don't see this option, ensure you have the DevKit plugin installed.
152152
- Select your IntelliJ application (most likely under `Applications`) and from there, select the `Contents` directory
153-
- **[For macos]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens.
153+
- **[For macOS]** You won't be able to select the `Contents` directory from Finder without right-clicking on the IntelliJ application, and selecting "Quick Look" from the dropdown that opens.
154154
- Remember the generated name (probably `IntelliJ IDEA IU-231.8109.175`) or change to name to a format like this.
155155
- Change the **Internal Java Platform** to the JBR you added in step 2. (e.g. `IDEA JBR 21`).
156156
- When you are done, your settings should look something like:

0 commit comments

Comments
 (0)