mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 19:27:48 +02:00
Fix two typos (#530)
This commit is contained in:
parent
c437f7be37
commit
fc6e3b7311
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ npm run start
|
||||||
|
|
||||||
### VS Code
|
### VS Code
|
||||||
|
|
||||||
Use the following code in VSCode to enable breakpoints. Please ensure you have a later verison of node for non-legacy debugging.
|
Use the following code in VSCode to enable breakpoints. Please ensure you have a later version of node for non-legacy debugging.
|
||||||
|
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
|
|
@ -101,7 +101,7 @@ module.exports = function(callback) {
|
||||||
|
|
||||||
sm.toXML((err, xml) => {
|
sm.toXML((err, xml) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
return 'An error has occured.';
|
return 'An error has occurred.';
|
||||||
}
|
}
|
||||||
callback(xml);
|
callback(xml);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue