Browse Source

Merge pull request #445 from jjyyxx/patch-1

fix typo
pull/450/head
Vitaly Puzrin 6 years ago
committed by GitHub
parent
commit
6fa70c57e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/ruler.js

2
lib/ruler.js

@ -104,7 +104,7 @@ Ruler.prototype.__compile__ = function () {
*
* ##### Example
*
* Replace existing typorgapher replacement rule with new one:
* Replace existing typographer replacement rule with new one:
*
* ```javascript
* var md = require('markdown-it')();

Loading…
Cancel
Save