From e24d636ab64e74bb2a7aeaac794aed67f935ec30 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 13 Nov 2019 12:15:20 -0500 Subject: [PATCH] GT-3313: Fixing typo in DevGuide --- DevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index d46266533d..b87ad7e553 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -77,7 +77,7 @@ Install OpenJDK 11 and make sure it's the default java. Install Eclipse. You can launch Eclipse with any JRE/JDK, but you'll need to ensure Eclipse knows about your JDK 11 installation. -In Eclipse, select Window -> Prefereces (Eclipse -> Preferences on macOS), then navigate to Java -> Installed JREs, and ensure a JDK 11 is configured. +In Eclipse, select Window -> Preferences (Eclipse -> Preferences on macOS), then navigate to Java -> Installed JREs, and ensure a JDK 11 is configured. Install Gradle, add it to your `PATH`, and ensure it is launched using JDK 11.