There was an error while loading. Please reload this page.
1 parent b6480c0 commit be6abb7Copy full SHA for be6abb7
README.md
@@ -112,7 +112,7 @@ For Example:
112
db.session.commit()
113
````
114
It's always good practise to commit the changes to your db as close to the end
115
-of your view handlers as possible (we encourage you to you use `add_files` over the `save_files`
+of your view handlers as possible (we encourage you to use `add_files` over the `save_files`
116
method for this reason).
117
118
If you wish to let flask-file-upload handle adding & committing to
0 commit comments