1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 19:32:29 +01:00

Merge pull request #4484 from omahs/patch-1

Fix typos
This commit is contained in:
Dan Brown 2023-09-02 15:44:01 +01:00 committed by GitHub
commit 5d38ae3c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -85,18 +85,18 @@ Will result with `this.$opts` being:
A component has the below shown properties & methods available for use. As mentioned above, most of these should be used within the `setup()` function to make the requirements/dependencies of the component clear.
```javascript
// The root element that the compontent has been applied to.
// The root element that the component has been applied to.
this.$el
// A map of defined element references within the compontent.
// A map of defined element references within the component.
// See "Element References" above.
this.$refs
// A map of defined multi-element references within the compontent.
// A map of defined multi-element references within the component.
// See "Element References" above.
this.$manyRefs
// Options defined for the compontent.
// Options defined for the component.
this.$opts
// The registered name of the component, usually kebab-case.

View File

@ -42,7 +42,7 @@ This event is called before the markdown input editor CodeMirror instance is cre
#### Event Data
- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventially be passed when creating the CodeMirror EditorView instance.
- `editorViewConfig` - An [EditorViewConfig](https://codemirror.net/docs/ref/#view.EditorViewConfig) object that will eventually be passed when creating the CodeMirror EditorView instance.
##### Example

View File

@ -102,7 +102,7 @@ Security information for administering a BookStack instance can be found on the
If you'd like to be notified of new potential security concerns you can [sign-up to the BookStack security mailing list](https://updates.bookstackapp.com/signup/bookstack-security-updates).
If you would like to report a security concern, details of doing so can [can be found here](https://github.com/BookStackApp/BookStack/blob/development/.github/SECURITY.md).
If you would like to report a security concern, details of doing so [can be found here](https://github.com/BookStackApp/BookStack/blob/development/.github/SECURITY.md).
## ♿ Accessibility