瀏覽代碼

Minor improvement.

Piotrek Koszuliński 6 年之前
父節點
當前提交
86208f65e7
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      docs/features/placeholder.md

+ 1 - 3
docs/features/placeholder.md

@@ -19,9 +19,7 @@ There are two different ways of configuring the editor placeholder text:
 Set the `placeholder` attribute on a `<textarea>` element passed to the `Editor.create()` method (for instance {@link module:editor-classic/classiceditor~ClassicEditor.create `ClassicEditor.create()`}) to configure the placeholder:
 
 ```html
-<textarea id="editor" placeholder="Type the content here!">
-	<p>Editor content</p>
-</textarea>
+<textarea id="editor" placeholder="Type the content here!"></textarea>
 ```
 
 ```js