From b36d96c4776f1bcacdf5b9235c7f0c261b160e07 Mon Sep 17 00:00:00 2001 From: Niels Bischof Date: Mon, 4 Jun 2018 16:12:30 +0300 Subject: [PATCH] Fixed English language typo in Tip of the Day text --- resources-en/src/tips/SecondBasicClassNameCompletion.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources-en/src/tips/SecondBasicClassNameCompletion.html b/resources-en/src/tips/SecondBasicClassNameCompletion.html index 71712a7d0aa4..ddab8456f4dd 100644 --- a/resources-en/src/tips/SecondBasicClassNameCompletion.html +++ b/resources-en/src/tips/SecondBasicClassNameCompletion.html @@ -7,7 +7,7 @@ When you invoked Basic Completion (&shortcut:CodeCompletion;) in Java and didn't find your desired class in the list, it means - that it's not yet imported in current file. Pressing &shortcut:CodeCompletion; once more to view all accessible classes. + that it's not yet imported in the current file. Press &shortcut:CodeCompletion; once more to view all accessible classes.