mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
Fix typo
This commit is contained in:
parent
70020ec3be
commit
76a8299ad5
1 changed files with 1 additions and 1 deletions
2
src/monaco.d.ts
vendored
2
src/monaco.d.ts
vendored
|
|
@ -25,7 +25,7 @@ declare module monaco.languages.html {
|
|||
|
||||
export interface Options {
|
||||
/**
|
||||
* If set, comments are tolerated. If set to false, syntax errors will be emmited for comments.
|
||||
* If set, comments are tolerated. If set to false, syntax errors will be emitted for comments.
|
||||
*/
|
||||
readonly format?: HTMLFormatConfiguration;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue