Skip to content

Commit a6266db

Browse files
author
agustin
committed
Typo Api to API
1 parent 89482ac commit a6266db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/directives/raml-console.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h4 class="raml-console-initializer-subhead">Error while parsing</h4>
77

88
<div class="raml-console-initializer-row">
99
<div class="raml-console-parser-error">
10-
<span>Api contains errors.</span>
10+
<span>API contains errors.</span>
1111
<a ng-hide="!showErrorDetail == true" ng-click="showErrorDetail = false">(Show less)</a>
1212
<a ng-hide="showErrorDetail" ng-click="showErrorDetail = true">(Show more)</a>
1313
</div>

0 commit comments

Comments
 (0)