Skip to content

Commit f92fa83

Browse files
author
José Ricardo
committed
Fix small typo
1 parent c2c6d15 commit f92fa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/loaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In other words, data is being collected by extracting it from two XPath
6161
locations, using the :meth:`~ItemLoader.add_xpath` method. This is the
6262
data that will be assigned to the ``name`` field later.
6363

64-
Afterwords, similar calls are used for ``price`` and ``stock`` fields
64+
Afterwards, similar calls are used for ``price`` and ``stock`` fields
6565
(the later using a CSS selector with the :meth:`~ItemLoader.add_css` method),
6666
and finally the ``last_update`` field is populated directly with a literal value
6767
(``today``) using a different method: :meth:`~ItemLoader.add_value`.

0 commit comments

Comments
 (0)