Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Typos
  • Loading branch information
andykirk committed Aug 15, 2014
1 parent e7f4622 commit 75e4b81
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 @@ -10,7 +10,7 @@ CKEditor Addon: http://ckeditor.com/addon/footnotes
Configuration
-------------

As of 1.0.5 the pluing accepts a congiuration option to allow you to prefix all your footnotes when the editor is instantiated.
As of 1.0.5 the plugin accepts a configuration option to allow you to prefix all your footnotes when the editor is instantiated.

E.g.

Expand All @@ -22,4 +22,4 @@ CKEDITOR.replace( 'editor1', {

This could be set dynamically to allow you to ensure that all chunks of text can contain unique ID's, allowing you to include multiple chunks of text on any given page with ID clashes.

For example, if should be possible to use a server-side script to set this variable to the id of a database row.
For example, it should be possible to use a server-side script to set this variable to the id of a database row.

0 comments on commit 75e4b81

Please sign in to comment.