Skip to content

Commit be6abb7

Browse files
committed
typo
1 parent b6480c0 commit be6abb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For Example:
112112
db.session.commit()
113113
````
114114
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`
115+
of your view handlers as possible (we encourage you to use `add_files` over the `save_files`
116116
method for this reason).
117117

118118
If you wish to let flask-file-upload handle adding & committing to

0 commit comments

Comments
 (0)