diff --git a/tutorials/ai-core-code/ai-core-code.md b/tutorials/ai-core-code/ai-core-code.md index e547f78a3b..2a7ba22c65 100644 --- a/tutorials/ai-core-code/ai-core-code.md +++ b/tutorials/ai-core-code/ai-core-code.md @@ -110,7 +110,7 @@ The code builds a model using the [California Housing Dataset](https://scikit-le [ACCORDION-BEGIN [Step 4: ](Transform your AI code into a Docker image)] -In the same directory, create a file named `Dockerfile` with has **no extension**. This file stores instructions for Docker to build an image. Your Docker image is a Linux distribution, therefore commands in this `Dockerfile` are similar to Linux commands with verbs for Docker as the suffix. Paste the following content **exactly** as it is, into the file: +In the same directory, create a file named `Dockerfile` with **no extension**. This file stores instructions for Docker to build an image. Your Docker image is a Linux distribution, therefore commands in this `Dockerfile` are similar to Linux commands with verbs for Docker as the suffix. Paste the following content **exactly** as it is, into the file: ```TEXT # Specify which base layers (default dependencies) to use diff --git a/tutorials/ai-core-data/ai-core-data.md b/tutorials/ai-core-data/ai-core-data.md index b4c85150b6..a825c14735 100644 --- a/tutorials/ai-core-data/ai-core-data.md +++ b/tutorials/ai-core-data/ai-core-data.md @@ -399,7 +399,7 @@ aws configure Enter your AWS credentials. Note that the appearance of the screen will not change as you type. You can leave the `Default output format` entry as blank. Press **enter** to submit your credentials. -Your credentials are stored in your system and used by the AWS CLI to interact with AWS. Fore more informaiton, see [Configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) +Your credentials are stored in your system and used by the AWS CLI to interact with AWS. Fore more information, see [Configuring the AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html) [DONE] [ACCORDION-END]