From cb0b9b1f14da9bf12b718d69c8a8dd6d9ecd7345 Mon Sep 17 00:00:00 2001 From: Luccas Mateus Date: Tue, 4 Jul 2023 11:25:08 -0300 Subject: [PATCH] Fix typos --- site/content/docs/examples/github-backed-catalog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/examples/github-backed-catalog.md b/site/content/docs/examples/github-backed-catalog.md index 3094c25db..6fa5bc201 100644 --- a/site/content/docs/examples/github-backed-catalog.md +++ b/site/content/docs/examples/github-backed-catalog.md @@ -63,7 +63,7 @@ Congratulations, your new app is now running at http://localhost:3000. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdatopian%2Fportaljs%2Ftree%2Fmain%2Fexamples%2Fgithub-backed-catalog) -By clicking on this button, you will be redirected to a page which will allows you to clone the example into your own GitHub/GitLab/BitBucket account and automatically deploy it. +By clicking on this button, you will be redirected to a page which will allow you to clone the example into your own GitHub/GitLab/BitBucket account and automatically deploy it. ### GitHub token @@ -101,7 +101,7 @@ It has You can also add - A `description` which is useful if you have more than one dataset for each repo, if not provided we are just going to use the repo description -- A `Name` which is useful if you want to give your dataset a nice name, if not provided we are going to use the junction of the `owner` the `repo` + the path of the README, in the exaple above it will be `fivethirtyeight/data/nba-raptor` +- A `Name` which is useful if you want to give your dataset a nice name, if not provided we are going to use the junction of the `owner` the `repo` + the path of the README, in the example above it will be `fivethirtyeight/data/nba-raptor` ## Extra commands