Skip to content

Commit b746572

Browse files
authored
Merge pull request #814 from thendotshikota/patch-1
Changing "node-based application" to "node-based applications"
2 parents 2dd53ce + 0ee98e9 commit b746572

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)