MethodChainHints: fix typo

This commit is contained in:
Roman.Ivanov
2018-04-06 11:06:30 +07:00
parent 28d52d8c91
commit 9fe8f989f5
+1 -1
View File
@@ -496,7 +496,7 @@
<group id="MethodChainHintsContextMenu" popup="true">
<action id="MethodChainHintAction"
class="com.intellij.codeInsight.hints.MethodChainHintTurningAction"
text="Show Method chain hints"/>
text="Show method chain hints"/>
<separator/>
<reference ref="EditorPopupMenu"/>
</group>