Skip to content

Commit 42e6a3d

Browse files
committed
Nitpicking a bit on grammar in the readme and use of capitals in 'VIsual' contra 'Visual' in one of the .html pages.
1 parent 8681166 commit 42e6a3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)