Fix typo
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:
parent
c1be9ce062
commit
5e89fc4997
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue