Browse Source

[DOCS] Fix typo in contributing docs (#63481)

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Dawid Weiss 5 years ago
parent
commit
1fb1e3f39e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -166,7 +166,7 @@ You can import the Elasticsearch project into IntelliJ IDEA via:
 Elasticsearch builds using Gradle and Java 14. When importing into Eclipse you
 will either need to use an appropriate JDK to run Eclipse itself (e.g. by
 specifying the VM in [eclipse.ini](https://wiki.eclipse.org/Eclipse.ini) or by
-defining the JDK Gradle uses by setting **Prefercences** > **Gradle** >
+defining the JDK Gradle uses by setting **Preferences** > **Gradle** >
 **Advanced Options** > **Java home** to an appropriate version.
 
 IMPORTANT: If you have previously imported the project by running `./gradlew eclipse`