Skip to content

Commit

Permalink
Remove typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jadwigo authored Dec 27, 2018
1 parent 18773f3 commit 422cc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ _This might be a problem if you share taxonomies with more contentypes._
Override order
--------------

If you prefer to specify the order of the tags. This option will be ignoref if weighted: is set to true.
If you prefer to specify the order of the tags. This option will be ignored if `weighted` is set to true.

```twig
{% set list = taxonomylist('categories', { 'orderby': 'name' } ) %}
Expand All @@ -93,4 +93,4 @@ or descending order

```twig
{% set list = taxonomylist('categories', { 'orderby': '-name' } ) %}
```
```

1 comment on commit 422cc1b

@RaginValdr
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, sorry - Thanks for the merge!

Please sign in to comment.