Skip to content

Commit

Permalink
Fix two typos (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeis2497052 authored and JoelMarcey committed Apr 6, 2018
1 parent c437f7b commit fc6e3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/testing-changes-on-Docusaurus-itself.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm run start

### 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.

```
{
Expand Down
2 changes: 1 addition & 1 deletion lib/server/sitemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit fc6e3b7

Please sign in to comment.