Skip to content

Commit f0e9fd3

Browse files
michael-kbrendandburns
authored andcommitted
Fix typo in tutorial (#114)
1 parent 23164d1 commit f0e9fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/python/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ docker ps
117117
## Step Two: Exposing the ports
118118
If you try to access the web server on [http://localhost:8080](http://localhost:8080) you
119119
will see that you can not actually access the server. Despite it running, the service
120-
is not exposed. To do this, you need to add am annotation to supply the
120+
is not exposed. To do this, you need to add an annotation to supply the
121121
port(s) to expose.
122122

123123
The code snippet to add is:

0 commit comments

Comments
 (0)