From f9021db44007ca6eb1eb11fe3dc7d709ab95744e Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 8 Apr 2024 12:26:14 +0200 Subject: [PATCH] editor_components.md: Change TIPS label to Tips header --- topics/user_interface_components/editor_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.