Skip to content

Commit

Permalink
Fix 2 small typos in readme (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier authored Oct 1, 2022
1 parent 605433b commit ec8b78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The extension provides a quick command to export your AsciiDoc file as HTML usin
* Select _AsciiDoc: Save HTML document_
* The file is generated in the same folder as the source document

The shortcout key of `ctrl+alt+s` (Mac: `cmd+alt+s`) will also save the document.
The shortcut key of `ctrl+alt+s` (Mac: `cmd+alt+s`) will also save the document.

### Save to Docbook

Expand Down Expand Up @@ -175,7 +175,7 @@ This extension contributes the following settings:
| Name | Description | Default Value |
|:-----------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|
| `asciidoc.preview.asciidoctorAttribute` | Asciidoctor attributes used in the preview (object of `{string: string}`). | `{}` |
| `asciidoc.preview.refreshInterval` | Interval in miliseconds between two consecutive updates of the preview. The value 0 means it will only update the preview on save. | `2000` |
| `asciidoc.preview.refreshInterval` | Interval in milliseconds between two consecutive updates of the preview. The value 0 means it will only update the preview on save. | `2000` |
| `asciidoc.preview.style` | An URL or a local path to CSS style sheets to use from the preview. | |
| `asciidoc.preview.useEditorStyle` | Use VS Code editor style instead of the default Asciidoctor style. | |
| `asciidoc.preview.fontFamily` | Control the font family used in the preview. | `"-apple-system, BlinkMacSystemFont, 'Segoe WPC', 'Segoe UI', 'HelveticaNeue-Light', 'Ubuntu', 'Droid Sans', sans-serif"` |
Expand Down

0 comments on commit ec8b78b

Please sign in to comment.