fix a couple typos (#11343)

This commit is contained in:
Jeff Escalante 2021-04-12 16:47:34 -04:00 committed by GitHub
parent 996f114ad7
commit 873f5edd2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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',
@ -68,7 +68,7 @@ export default function DownloadsPage({ releases }) {
logo={
<img
className={s.logo}
alt="Nomad"
alt="Vault"
src={require('./img/vault-logo.svg')}
/>
}