editor_components.md: Change TIPS label to Tips header

This commit is contained in:
Karol Lewandowski 2024-04-08 12:26:14 +02:00
parent 5539df0783
commit f9021db440

View File

@ -76,7 +76,7 @@ EditorTextField editorTextField =
new EditorTextField(document, project, JavaFileType.INSTANCE); new EditorTextField(document, project, JavaFileType.INSTANCE);
``` ```
**TIPS**: #### Tips
* When creating more than one field, two separate documents are needed. * When creating more than one field, two separate documents are needed.
This is accomplished by using separate instances of `PsiExpressionCodeFragment`. This is accomplished by using separate instances of `PsiExpressionCodeFragment`.