Skip to content

Commit 8a9b5f1

Browse files
authored
Merge pull request #2 from adisaf/patch-1
Correct typing mistake
2 parents 926b6cd + cf6c934 commit 8a9b5f1

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)