]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix small typo 840/head
authornwalsh1995 <nwalsh1995@users.noreply.github.com>
Tue, 17 Apr 2018 21:55:13 +0000 (14:55 -0700)
committerGitHub <noreply@github.com>
Tue, 17 Apr 2018 21:55:13 +0000 (14:55 -0700)
docs/api.rst

index c35f1f9a34885ab3a6fa784ab9f138947f938420..90b3e46f26d908261182f4a33a06283e75326225 100644 (file)
@@ -551,7 +551,7 @@ understand because it has some impact to what you are doing:
 
 Awaitable objects can be returned from functions in templates and any
 function call in a template will automatically await the result.  This
-means that you can let provide a method that asynchronously loads data
+means that you can provide a method that asynchronously loads data
 from a database if you so desire and from the template designer's point of
 view this is just another function they can call.  This means that the
 ``await`` you would normally issue in Python is implied.  However this