Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Fix custom-heading-elements snippet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Dec 21, 2017
1 parent b7068f2 commit 7520d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-heading-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}
</style>

<div id="snippet-custom-heading-levels">
<div id="snippet-custom-heading-elements">
<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h2 class="fancy">Fancy Heading 2</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/_snippets/features/custom-heading-elements.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* globals ClassicEditor, console, window, document */

ClassicEditor
.create( document.querySelector( '#snippet-custom-heading-levels' ), {
.create( document.querySelector( 'snippet-custom-heading-elements' ), {
heading: {
options: [
{ model: 'paragraph', title: 'Paragraph', class: 'ck-heading_paragraph' },
Expand Down

0 comments on commit 7520d88

Please sign in to comment.