Skip to content

Commit

Permalink
fix typos (#7912)
Browse files Browse the repository at this point in the history
Fix a few typos.

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read the [Flutter Style Guide] _recently_, and have followed its
advice.
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [ ] I updated/added relevant documentation (doc comments with `///`).
- [ ] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [ ] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
  • Loading branch information
pq authored Jan 31, 2025
1 parent 162c8ec commit 9b61e81
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 9b61e81

Please sign in to comment.