Skip to content

Commit 2cf3942

Browse files
ibarapascalgeromegrignon
authored andcommitted
Update article.html
Spelling miss.
1 parent a87b5f4 commit 2cf3942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/article/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h1 ng-bind="::$ctrl.article.title"></h1>
5050
<div class="col-xs-12 col-md-8 offset-md-2">
5151

5252
<div show-authed="true">
53-
<list-errors from="$crl.commentForm.errors"></list-errors>
53+
<list-errors from="$ctrl.commentForm.errors"></list-errors>
5454
<form class="card comment-form" ng-submit="$ctrl.addComment()">
5555
<fieldset ng-disabled="$ctrl.commentForm.isSubmitting">
5656
<div class="card-block">

0 commit comments

Comments
 (0)