Skip to content

Commit 9b61e81

Browse files
authored
fix typos (#7912)
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
1 parent 162c8ec commit 9b61e81

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
@@ -54,7 +54,7 @@ name and contact info to the [AUTHORS](AUTHORS) file.
5454

5555
## Setting environments
5656

57-
The current Java Developmenet Kit version is: **20**.
57+
The current Java Development Kit version is: **20**.
5858

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

0 commit comments

Comments
 (0)