Skip to content

Commit e226977

Browse files
committed
Doc: Fix grammar and typo
1 parent 0d240e9 commit e226977

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

file_upload_in_flask.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ To display the loaded files, we need to loop through all available content in th
496496
</div>
497497
<div class="col-sm-12 col-md-4 col-lg-2">
498498
<!-- empty -->
499-
</div>
499+
</div> 20
500500
</div><hr>
501501

502502
<!-- display content in uploads folder -->

localhost_testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ class Config:
108108
os.environ.get('WERKZEUG_RUN_MAIN') is not 'true'
109109
```
110110

111-
Now, when you run `flask run` command, you will notice that our tunnel is set up, and we can access our `ngrok` URL. We can alsoaccess the localhost URL.
111+
Now, when you run `flask run` command, you will notice that our tunnel is set up, and we can access our `ngrok` URL. We can also access the localhost URL.
112112

113113
![Create Tunnel on StartUp](images/create_tunnel_on_startup.png)

0 commit comments

Comments
 (0)