We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89482ac commit a6266dbCopy full SHA for a6266db
src/app/directives/raml-console.tpl.html
@@ -7,7 +7,7 @@ <h4 class="raml-console-initializer-subhead">Error while parsing</h4>
7
8
<div class="raml-console-initializer-row">
9
<div class="raml-console-parser-error">
10
- <span>Api contains errors.</span>
+ <span>API contains errors.</span>
11
<a ng-hide="!showErrorDetail == true" ng-click="showErrorDetail = false">(Show less)</a>
12
<a ng-hide="showErrorDetail" ng-click="showErrorDetail = true">(Show more)</a>
13
</div>
0 commit comments