From efb8a41e6e58a7f113584fcb79a9422e2a94be23 Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Wed, 27 Nov 2019 17:51:32 +0100 Subject: [PATCH] [doc] typo, add missing `are` (#28263) --- akka-docs/src/main/paradox/typed/actors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/typed/actors.md b/akka-docs/src/main/paradox/typed/actors.md index b89ee18d91..34bbdb1351 100644 --- a/akka-docs/src/main/paradox/typed/actors.md +++ b/akka-docs/src/main/paradox/typed/actors.md @@ -15,7 +15,7 @@ To use Akka Actors, add the following dependency in your project: version=$akka.version$ } -Both the Java and Scala DSLs of Akka modules bundled in the same JAR. For a smooth development experience, +Both the Java and Scala DSLs of Akka modules are bundled in the same JAR. For a smooth development experience, when using an IDE such as Eclipse or IntelliJ, you can disable the auto-importer from suggesting `javadsl` imports when working in Scala, or viceversa. See @ref:[IDE Tips](../additional/ide.md).