Skip to content
This repository was archived by the owner on Oct 1, 2018. It is now read-only.

Commit 4fbd8e1

Browse files
committed
fix(operators): fixed parameters typo in operators component
1 parent 1711b8c commit 4fbd8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/operators/components/operator/operator.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h3 class="short-description" [innerHTML]="shortDescription"></h3>
2222
</app-operator-examples>
2323
<app-operator-parameters
2424
[operatorParameters]="parameters"
25-
*ngIf="paramaters?.length">
25+
*ngIf="parameters?.length">
2626
</app-operator-parameters>
2727
<app-operator-walkthrough
2828
class="margin-bottom-16"

0 commit comments

Comments
 (0)