Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matfish3 committed Dec 7, 2021
1 parent 13a836e commit 8e6e793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Entry::find()->whereMetadata('foo.bar','baz')->orderByMetadata('foobar.baz');
By default metadata is rendered on the sidebar along with Craft's metadata (status, created at, updated at).
You can disable this behaviour via the plugin settings.

Crate a `config\entry-meta.php` file:
Create a `config\entry-meta.php` file:
```php
return [
'displayMetadataInCp'=>false
Expand Down

0 comments on commit 8e6e793

Please sign in to comment.