Skip to content

Commit 0ee98e9

Browse files
Changing "node-based application" to "node-based applications"
Changed "node-based application" to "node-based applications" in line 104
1 parent 2dd53ce commit 0ee98e9

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)