Skip to content

Commit 148e546

Browse files
committed
Fix typo in README: change 'nullabel' to 'nullable'
1 parent a910468 commit 148e546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ PageLink::make('Contact Link')
351351
->postStatus(['publish']) // draft, future, pending, private, publish
352352
->taxonomies(['category:city'])
353353
->disableArchives()
354-
->nullabel()
354+
->nullable()
355355
->multiple()
356356
->required()
357357
```
@@ -365,7 +365,7 @@ PostObject::make('Animal')
365365
->helperText('Select an animal')
366366
->postTypes(['animal'])
367367
->postStatus(['publish']) // draft, future, pending, private, publish
368-
->nullabel()
368+
->nullable()
369369
->multiple()
370370
->format('object') // id, object (default)
371371
->required()

0 commit comments

Comments
 (0)