From 9e267afbbff3535d7277d13b04c5c2fb846bfc28 Mon Sep 17 00:00:00 2001 From: stuioco Date: Wed, 4 Sep 2024 18:57:52 +0100 Subject: [PATCH] fix spelling mistake --- docs/pages/keyconcepts/templating/templating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/keyconcepts/templating/templating.rst b/docs/pages/keyconcepts/templating/templating.rst index d64cb5d6..3ca52257 100644 --- a/docs/pages/keyconcepts/templating/templating.rst +++ b/docs/pages/keyconcepts/templating/templating.rst @@ -182,7 +182,7 @@ Reading from a CSV Data Source You can read data from a CSV data source in a number of ways. -The most basic is to ise the ``csv`` function to return the value of one field (selected-column) given a field name to search (column-name) and +The most basic is to use the ``csv`` function to return the value of one field (selected-column) given a field name to search (column-name) and a value to search for in that field (query-value). Of course the query-value would normally be pulled from the request. .. code:: handlebars