Skip to content

Commit

Permalink
Tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
javan committed Nov 5, 2015
1 parent 4e2766b commit d2fb553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ var file = document.querySelector("input[type=file]").file
element.editor.insertFile(file)
```

### Inserting Line Breaks
### Inserting a Line Break

To insert a line break, call the `editor.insertLineBreak` method. This is functionally equivalent to pressing the return key.
To insert a line break, call the `editor.insertLineBreak` method, which is functionally equivalent to pressing the return key.

```js
// Insert “Hello\n”
Expand Down

0 comments on commit d2fb553

Please sign in to comment.