From b9a3608f956a065d8ab30eb4c2d2e3d1134e3f0c Mon Sep 17 00:00:00 2001 From: Joan Edwards <42442393+joaedwar@users.noreply.github.com> Date: Sun, 31 Mar 2019 21:45:00 +0100 Subject: [PATCH] Fix 'verion' mispelling in check-install-version Relates to [Issue #1119](https://github.com/knative/docs/issues/1119) * 'verion' typo fix * removed unnecessary article 'a' in line 33 --- docs/install/check-install-version.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/check-install-version.md b/docs/install/check-install-version.md index 7cfd1b0cfed..30b4e5dea02 100644 --- a/docs/install/check-install-version.md +++ b/docs/install/check-install-version.md @@ -30,12 +30,12 @@ Pod Template: Copy the full `gcr.io` link to the container and paste it into your browser. If you are already signed in to a Google account, you'll be taken to the Google Container Registry page for that container in the Google Cloud Platform console. -If you aren't already signed in, you'll need to sign in a to a Google account +If you aren't already signed in, you'll need to sign in to a Google account before you can view the container details. On the container details page, you'll see a section titled "Container classification," and in that section is a list of tags. The versions of Knative -you have installed will appear in the list as `v0.1.1`, or whatever verion you +you have installed will appear in the list as `v0.1.1`, or whatever version you have installed: ![Shows list of tags on container details page; v0.1.1 is the Knative version and is the first tag.](../../images/knative-version.png)