Skip to content

Commit 575ea0c

Browse files
committed
fix typos reported in CircleCI
1 parent cb2c6cb commit 575ea0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorials/ai-core-code/ai-core-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Open your terminal and navigate to your `hello-aicore-code` directory. You will
147147

148148
<!-- border -->![image](img/navigate.png)
149149

150-
Copy and edit the following command to build your docker image. The command follows the format `docker build -t <DOCKER_REGITRY>/<YOUR_DOCKER_USERNAME>/<IMAGE_NAME>:<TAG_NAME>`. So for example, if you are using your organization's registry which has the URL `myteam.myorg`, The command should be `docker build -t myteam.myorg/yourusername/house-price:01 .`
150+
Copy and edit the following command to build your docker image. The command follows the format `docker build -t <DOCKER_REGISTRY>/<YOUR_DOCKER_USERNAME>/<IMAGE_NAME>:<TAG_NAME>`. So for example, if you are using your organization's registry which has the URL `myteam.myorg`, The command should be `docker build -t myteam.myorg/yourusername/house-price:01 .`
151151

152152
```BASH
153153
docker build -t docker.io/<YOUR_DOCKER_USERNAME>/house-price:01 .
@@ -563,7 +563,7 @@ response.__dict__
563563

564564
[OPTION END]
565565

566-
The execution will go from **UNKOWN** to **RUNNING** then to the **DEAD** state. Resolving this is covered in next step.
566+
The execution will go from **UNKNOWN** to **RUNNING** then to the **DEAD** state. Resolving this is covered in next step.
567567

568568

569569
### Look for error logs in execution

0 commit comments

Comments
 (0)