Skip to content

Commit cf6c934

Browse files
authored
Correct typing mistake
1 parent 926b6cd commit cf6c934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ php artisan vendor:publish --tag=laravel-admin-summernote
4343
```php
4444
'config' => [
4545
'lang' => 'zh-CN',
46-
'hegiht' => 500,
46+
'height' => 500,
4747
]
4848
```
4949

@@ -62,4 +62,4 @@ $form->summernote('content');
6262

6363
License
6464
------------
65-
Licensed under [The MIT License (MIT)](LICENSE).
65+
Licensed under [The MIT License (MIT)](LICENSE).

0 commit comments

Comments
 (0)