diff --git a/site/content/docs/creating-new-datasets.md b/site/content/docs/creating-new-datasets.md
index e83616a9..0828771f 100644
--- a/site/content/docs/creating-new-datasets.md
+++ b/site/content/docs/creating-new-datasets.md
@@ -65,6 +65,6 @@ From the browser, access http://localhost:3000. You should see the following:
-At this point, the app has multiple datasets, and users can find and navigate to any dataset they want. In the next lesson, you are gonna learn how to improve this experience with search.
+At this point, the app has multiple datasets, and users can find and navigate to any dataset they want. In the next lesson, you are going to learn how to improve this experience with search.
diff --git a/site/content/docs/searching-datasets.md b/site/content/docs/searching-datasets.md
index 55d60d7b..874b1d74 100644
--- a/site/content/docs/searching-datasets.md
+++ b/site/content/docs/searching-datasets.md
@@ -104,6 +104,6 @@ You now have a filter in your page with all possible values automatically added

-In the next lesson, you are gonna learn how to display metadata on the dataset page.
+In the next lesson, you are going to learn how to display metadata on the dataset page.
diff --git a/site/content/docs/showing-metadata.md b/site/content/docs/showing-metadata.md
index b4844b4b..e8ab31e0 100644
--- a/site/content/docs/showing-metadata.md
+++ b/site/content/docs/showing-metadata.md
@@ -35,6 +35,6 @@ These are the standard metadata fields that will be shown at the top of the page
- `author`, `description`, and `modified` which gets displayed below the title
- `files` that get displayed as a table with two columns: `File` which is linked directly to the file, and `Format` which show the file format.
-Feel free to experiment with these metadata fields. At this point, you might want to deploy the app, and that's what you are gonna learn in the next lesson.
+Feel free to experiment with these metadata fields. At this point, you might want to deploy the app, and that's what you are going to learn in the next lesson.