Skip to content

Commit 5cea79f

Browse files
authoredOct 16, 2018
Merge pull request #6 from swedishmike/grammar_nitpicking
Nitpicking a bit on grammar and such
2 parents 8681166 + 42e6a3d commit 5cea79f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This sample contains the completed program from the tutorial, [Using Flask in Visual Studio Code](https://code.visualstudio.com/docs/python/tutorial-flask). Intermediate steps are not included.
22

3-
It also contains Dockerfile and uwsgi.ini files necessary to build a container with a production server. The resulting image works both locally and when deployed to Azure App Service.
3+
It also contains the Dockerfile and uwsgi.ini files necessary to build a container with a production server. The resulting image works both locally and when deployed to Azure App Service.
44

55
Contributions to the sample are welcome. When submitting changes, also consider submitting matching changes to the tutorial, the source file for which is [tutorial-flask.md](https://github.com/Microsoft/vscode-docs/blob/master/docs/python/tutorial-flask.md).
66

‎hello_app/templates/contact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Contact us
44
{% endblock %}
55
{% block content %}
6-
<p>Contact page for the VIsual Studio Code Flask tutorial.</p>
6+
<p>Contact page for the Visual Studio Code Flask tutorial.</p>
77
{% endblock %}

0 commit comments

Comments
 (0)