docs: replace holderId by holder

This commit is contained in:
Al-Amin Firdows 2023-11-01 11:34:39 +06:00 committed by GitHub
parent e2bc3e75bf
commit 8a4b9a4fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ to the `tools` property of Editor Config.
```javascript
var editor = new EditorJS({
holderId : 'editorjs',
holder : 'editorjs',
tools: {
text: {
class: Text,