Skip to content

fix typos #7912

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

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.

## Setting environments

The current Java Developmenet Kit version is: **20**.
The current Java Development Kit version is: **20**.

1. Set your `JAVA_HOME` directory in your environment.
- For example, on macOS, the following works:
Expand All @@ -75,7 +75,7 @@ The current Java Developmenet Kit version is: **20**.
export PATH=$DART_SDK/bin:$FLUTTER_SDK/bin:$JAVA_HOME/bin:$PATH
```
5. Make sure you're using the latest stable release of IntelliJ,
or sownload and install the latest version of IntelliJ (2023.1 or later).
or download and install the latest version of IntelliJ (2023.1 or later).
- [IntelliJ Downloads](https://www.jetbrains.com/idea/download/)
- Either the community edition (free) or Ultimate will work.
- Determine the directory of your downloaded IntelliJ IDEA installation. e.g.
Expand Down