From eba62d02099a68d412ea568f857e9a8a26303960 Mon Sep 17 00:00:00 2001 From: Andrea Coravos Date: Wed, 12 Oct 2016 15:53:55 -0400 Subject: [PATCH] update typo in Intellij description --- index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.markdown b/index.markdown index 2fae9b0..081f2fe 100644 --- a/index.markdown +++ b/index.markdown @@ -19,7 +19,7 @@ There are several ways of using it: * [SBT plugin](sbt.html) * [Command line](command-line.html) * [Gradle Plugin](https://github.com/ngbinh/gradle-scalastyle-plugin) - * Intellij - You can enable scalastyle in Intellij by selecting Settings->Editor->Inspections, then searching for Scala style inspections. + * Intellij - You can enable scalastyle in Intellij by selecting Preferences->Editor->Inspections, then searching for Scala style inspections. * [Git pre-commit hook](git-pre-commit-hook.html) And you'll need a [configuration](configuration.html). If you have your own custom rules, then see [custom rules](custom-rules.html)