Skip to content
This repository was archived by the owner on Dec 2, 2019. It is now read-only.

Commit 36295d4

Browse files
author
Wendell
committed
docs: format README
1 parent f230a97 commit 36295d4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ Configurations of `MonacoService`. It should be provided in the root.
142142

143143
Its type should be `MonacoConfig`.
144144

145-
| Property | Description | Type | Default Value |
146-
| ------------------- | ------------------------------------------------------------------- | -------- | ------------- |
147-
| assetsRoot | It tells monaco-ng where to load resources of monaco editor. | string | - |
148-
| defaultEditorOption | Default options of monaco editor. | Object | {} |
149-
| onLoad | A hook that get invoked when resources of monaco editor get loaded. | Function | - |
150-
| onFirstEditorInit | A hook that get invoked when the first monaco editor is created. | Function | - |
151-
| onInit | A hook that get invoked when a monaco editor is created. | Function | - |
145+
| Property | Description | Type | Default Value |
146+
| --------------------- | ------------------------------------------------------------------- | ---------- | ------------- |
147+
| `assetsRoot` | It tells monaco-ng where to load resources of monaco editor. | `string` | - |
148+
| `defaultEditorOption` | Default options of monaco editor. | `Object` | `{}` |
149+
| `onLoad` | A hook that get invoked when resources of monaco editor get loaded. | `Function` | - |
150+
| `onFirstEditorInit` | A hook that get invoked when the first monaco editor is created. | `Function` | - |
151+
| `onInit` | A hook that get invoked when a monaco editor is created. | `Function` | - |
152152

153153
## License
154154

0 commit comments

Comments
 (0)