diff --git a/topics/user_interface_components/editor_components.md b/topics/user_interface_components/editor_components.md index c07078717..5583af207 100644 --- a/topics/user_interface_components/editor_components.md +++ b/topics/user_interface_components/editor_components.md @@ -76,7 +76,7 @@ EditorTextField editorTextField = new EditorTextField(document, project, JavaFileType.INSTANCE); ``` -**TIPS**: +#### Tips * When creating more than one field, two separate documents are needed. This is accomplished by using separate instances of `PsiExpressionCodeFragment`.