mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 07:37:19 +02:00
Fix two typos (#530)
This commit is contained in:
parent
c437f7be37
commit
fc6e3b7311
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ module.exports = function(callback) {
|
|||
|
||||
sm.toXML((err, xml) => {
|
||||
if (err) {
|
||||
return 'An error has occured.';
|
||||
return 'An error has occurred.';
|
||||
}
|
||||
callback(xml);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue