Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix simple typo, mentionned -> mentioned #86

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Transforms the displayed data bound to your DOM elements.

**[way-transform] attribute**
Pass transform functions by name. Add multiple transforms by separating them with the "|" symbol.
In case of conflicts between transforms, the last mentionned transform wins.
In case of conflicts between transforms, the last mentioned transform wins.
Some pre-build transforms **[PR welcome for more!]**

Name | Description | Example
Expand Down Expand Up @@ -230,7 +230,7 @@ Filters the displayed data within your "way-repeat" blocks.

**[way-filter] attribute**
Pass filter functions by name. Add multiple filters by separating them with the "|" symbol.
In case of conflicts between filters, the last mentionned filter wins.
In case of conflicts between filters, the last mentioned filter wins.
Some pre-build filters **[PR welcome for more!] **

Name | Description
Expand Down