diff --git a/website/static/data/GetStarted_Cards.js b/website/static/data/GetStarted_Cards.js index f3558ffd9..17dc01a38 100644 --- a/website/static/data/GetStarted_Cards.js +++ b/website/static/data/GetStarted_Cards.js @@ -15,7 +15,7 @@ export const GetStarted_Cards = [ buttonLink: "https://github.com/prestodb/presto/releases/download/"+presto_latest_presto_version+"/presto-cli-"+presto_latest_presto_version+"-executable.jar", footer: - 'A CLI for running queries is available see Command Line Interface.', + 'A CLI for running queries is available see Command Line Interface.', }, { title: "JDBC Driver", @@ -24,7 +24,7 @@ export const GetStarted_Cards = [ buttonLink: "https://repo1.maven.org/maven2/com/facebook/presto/presto-jdbc/"+presto_latest_presto_version+"/presto-jdbc-"+presto_latest_presto_version+".jar", footer: - 'Visit the JDCB Driver docs', + 'Visit the JDBC Driver docs', }, { title: "Docker Presto Sandbox Container",