You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ge...@apache.org on 2020/12/29 12:05:30 UTC

[netbeans-website] branch master updated: Typo

This is an automated email from the ASF dual-hosted git repository.

geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d29e98  Typo
     new b2f47d9  Merge pull request #511 from ramiswailem/patch-1
8d29e98 is described below

commit 8d29e988c68953dd7475b17ac8821674b5289ec5
Author: Rami Swailem <pa...@gmx.de>
AuthorDate: Tue Dec 29 13:04:02 2020 +0100

    Typo
---
 .../src/content/wiki/DevFaqEditorHowToReuseEditorHighlighting.asciidoc  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/wiki/DevFaqEditorHowToReuseEditorHighlighting.asciidoc b/netbeans.apache.org/src/content/wiki/DevFaqEditorHowToReuseEditorHighlighting.asciidoc
index 8bc5ff9..eaa84f8 100644
--- a/netbeans.apache.org/src/content/wiki/DevFaqEditorHowToReuseEditorHighlighting.asciidoc
+++ b/netbeans.apache.org/src/content/wiki/DevFaqEditorHowToReuseEditorHighlighting.asciidoc
@@ -27,7 +27,7 @@
 :toc-title:
 :syntax: true
 
-I you don't want to open or edit your data in a new editor TopComponent, but you still want to have nice syntax coloring in your own editor, you can get the EditorKit for the mime type and reuse it in your own JEditorPane.
+If you don't want to open or edit your data in a new editor TopComponent, but you still want to have nice syntax coloring in your own editor, you can get the EditorKit for the mime type and reuse it in your own JEditorPane.
 
 For example, if you want to nicely display some XML in your own JEditorPane then first make sure all the required modules are loaded then:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists