Fix typo in sidebar layout that prevented sidebar item 'getting started apis' from correctly rendering when that page was active.
This commit is contained in:
rjhornsby 2016-10-17 10:59:16 -05:00 committed by GitHub
parent c1be9ce062
commit 5e89fc4997
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@
<a href="/intro/getting-started/deploy.html">Deploy Vault</a>
</li>
<li<%= sidebar_current("getting-started-apis") %>>
<li<%= sidebar_current("gettingstarted-apis") %>>
<a href="/intro/getting-started/apis.html">HTTP API</a>
</li>