Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
stuioco authored and tommysitu committed Sep 5, 2024
1 parent bb21d19 commit 9e267af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/keyconcepts/templating/templating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e267af

Please sign in to comment.