Skip to content

Commit

Permalink
Merge pull request #51 from hadisfr/master
Browse files Browse the repository at this point in the history
minor fix in comments and docs
  • Loading branch information
facelessuser authored Oct 1, 2018
2 parents cc5d6fb + f612a73 commit ecfd5db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MarkdownPreview.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
"gitlab_highlight_theme": "white",

/*
Enable auto-reloaded on save. Will not work if GitHub parser is used without oauth key specified.
Enable auto-reloaded on save. Will not work if GitHub parser or GitLab parser is used without oauth key specified.
*/
"enable_autoreload": true,

Expand Down
4 changes: 2 additions & 2 deletions docs/src/markdown/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ To get live updates while editing a file after preview, you need to do the follo

1. Enable the `enable_autoreload` setting in `MarkdownPreview.sublime-settings`.
```js
/*
Enable auto-reloaded on save. Will not work if GitHub parser GitLab parser is used without oauth key specified.
/*
Enable auto-reloaded on save. Will not work if GitHub parser or GitLab parser is used without oauth key specified.
*/
"enable_autoreload": true,
```
Expand Down

0 comments on commit ecfd5db

Please sign in to comment.