JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _samples / api.html
index f853350..05f5b46 100644 (file)
@@ -59,7 +59,7 @@ function GetContents()
        alert( oEditor.getData() );\r
 }\r
 \r
-function ExecuteCommand(commandName)\r
+function ExecuteCommand( commandName )\r
 {\r
        // Get the editor instance that we want to interact with.\r
        var oEditor = CKEDITOR.instances.editor1;\r
@@ -109,7 +109,7 @@ function ResetDirty()
        </div>\r
        <form action="sample_posteddata.php" method="post">\r
                <p>\r
-                       This sample shows how to use the CKeditor JavaScript API to interact with the editor\r
+                       This sample shows how to use the CKEditor JavaScript API to interact with the editor\r
                        at runtime.</p>\r
                <textarea cols="80" id="editor1" name="editor1" rows="10">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://ckeditor.com/"&gt;CKEditor&lt;/a&gt;.&lt;/p&gt;</textarea>\r
 \r