Skip to content

Commit

Permalink
chore: some grammar and style fixes.
Browse files Browse the repository at this point in the history
Changed open-source to open source
Changed "can be found at" to "can be found on"
Changed "a couple prerequisites" to "a couple of prerequisites"
  • Loading branch information
gosteenBASIS committed Dec 11, 2024
1 parent 752dccc commit bd9f9a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ sidebar_position: 1

## Setting up your development environment

Getting started with webforJ is simple, because there are only a couple prerequisites. Use this guide to set up your development environment with the essential tools you will need to get up and running with webforJ.
Getting started with webforJ is simple, because there are only a couple of prerequisites. Use this guide to set up your development environment with the essential tools you will need to get up and running with webforJ.

<!-- vale off -->
## Java Development Kit (JDK) 17 or higher

<!-- vale on -->

A Java Development Kit (JDK) is the most important requirement for developing with webforJ, providing the necessary tools to compile, run, and manage Java apps.
WebforJ requires Java 17 or higher to ensure compatibility with webforJ and access to the latest features and security updates of the Java ecosystem. WebforJ is compatible with official Oracle JDKs and the open-source Eclipse Temurin JDKs.
WebforJ requires Java 17 or higher to ensure compatibility with webforJ and access to the latest features and security updates of the Java ecosystem. WebforJ is compatible with official Oracle JDKs and the open source Eclipse Temurin JDKs.
<!-- vale off -->
### JDK installation links:
<!-- vale on -->
- Official Oracle JDKs can be found at Oracle's [Java Downloads](https://www.oracle.com/java/technologies/downloads/) page.
- Official Oracle JDKs can be found on Oracle's [Java Downloads](https://www.oracle.com/java/technologies/downloads/) page.
- Select Java version 17 or higher.
- Click the tab for Linux, macOS, or Windows.
- Click the link that corresponds to your computer's architecture.
- See Oracle's [JDK Installation Guide](https://docs.oracle.com/en/java/javase/23/install/overview-jdk-installation.html) for complete information on installing an Oracle JDK.
- Open-source JDKs can be found at Adoptium's [Eclipse Temurin™ Latest Releases](https://adoptium.net/temurin/releases/) page.
- Open source JDKs can be found on Adoptium's [Eclipse Temurin™ Latest Releases](https://adoptium.net/temurin/releases/) page.
- Use the dropdown menus to select the operating system, architecture, package type, and JDK version 17 or higher.
- Click the link in the table for the archive type you wish to download.
- See Adoptium's [Installation Guide](https://adoptium.net/installation/) for complete information on installing an Eclipse Temurin JDK.
Expand Down

0 comments on commit bd9f9a7

Please sign in to comment.