Skip to content

Commit

Permalink
Update basic-filters.md
Browse files Browse the repository at this point in the history
fix filter name
  • Loading branch information
manuelmeurer authored May 11, 2024
1 parent 8beb1ba commit dd89acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/basic-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Avo::Resources::Post < Avo::BaseResource
end
def filters
filter Avo::Filters::PublishedFilter
filter Avo::Filters::Published
end
end
```
Expand Down

0 comments on commit dd89acb

Please sign in to comment.