Skip to content

Commit 3e72d83

Browse files
committed
Fix typo in README
1 parent 05a3cc4 commit 3e72d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ require('mathjax').init({
101101
}).catch((err) => console.log(err.message));
102102
```
103103

104-
**Note:** this technique is for node-based application only, not for
104+
**Note:** this technique is for node-based applications only, not for
105105
browser applications. This method sets up an alternative DOM
106106
implementation, which you don't need in the browser, and tells MathJax
107107
to use node's `require()` command to load external modules. This

0 commit comments

Comments
 (0)