Skip to content

Commit

Permalink
fix a couple typos (#11343)
Browse files Browse the repository at this point in the history
  • Loading branch information
jescalan authored and actions-user committed Apr 12, 2021
1 parent 6360fb1 commit be2d16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/downloads/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function DownloadsPage({ releases }) {
productId={productSlug}
latestVersion={VERSION}
changelog={changelogUrl}
getStartedDescription="Follow step-by-step tutorials on the essentials of Nomad."
getStartedDescription="Follow step-by-step tutorials on the essentials of Vault."
getStartedLinks={[
{
label: 'Getting Started with the CLI',
Expand All @@ -68,7 +68,7 @@ export default function DownloadsPage({ releases }) {
logo={
<img
className={s.logo}
alt="Nomad"
alt="Vault"
src={require('./img/vault-logo.svg')}
/>
}
Expand Down

0 comments on commit be2d16b

Please sign in to comment.