Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a9ab3f0

Browse files
leojpodEvan Schultz
authored and
Evan Schultz
committedNov 30, 2017
Correct super minor typo in select-pattern.md (#494)
1 parent ad0bbdd commit a9ab3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎articles/select-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class Counter {
109109
Since it's an observable, you can also transform data using observable operators like
110110
`.map`, `.filter`, etc.
111111

112-
## The @sselect$ decorator
112+
## The @select$ decorator
113113

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

0 commit comments

Comments
 (0)
Please sign in to comment.