Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ You can use the if helper to conditionally render a block. If its argument retur
```html
{{#if isActive}}
This part will be shown if it is active
{{#else if isValid}}
{{else if isValid}}
This part will be shown if it is valid
{{else}}
This part will be shown if isActive and isValid are both "falsy" values
Expand Down Expand Up @@ -454,7 +454,7 @@ $model = [
```html
{{#if isActive}}
This part will be shown if it is active
{{#else if isValid}}
{{else if isValid}}
This part will be shown if it is valid
{{else}}
This part will be shown if isActive and isValid are both "falsy" values
Expand Down Expand Up @@ -773,4 +773,4 @@ true, true, 0,

#### Contribution

Contributions are more than welcome!
Contributions are more than welcome!