Skip to content

Commit

Permalink
Correct super minor typo in select-pattern.md (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
leojpod authored and e-schultz committed Nov 30, 2017
1 parent ad0bbdd commit a9ab3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/select-pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Counter {
Since it's an observable, you can also transform data using observable operators like
`.map`, `.filter`, etc.

## The @sselect$ decorator
## The @select$ decorator

The `@select$` decorator works similar to `@select`, however you are able to specify observable chains to execute on the selected result.

Expand Down

0 comments on commit a9ab3f0

Please sign in to comment.