Skip to content

Commit

Permalink
Fixed typo (removed extra word) in content-management-system.rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Apr 28, 2024
1 parent 6c5f481 commit 528323b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/examples/content-management-system.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ a list of page IDs.

The ``SearchIndexApplication`` class in this example works in a similar way to the ``SearchableContentApplication``
class in :doc:`/topics/examples/searchable-content`, by setting variable keyword arguments
``insert_pages`` and ``update_pages`` on a the :class:`~eventsourcing.application.ProcessingEvent` object.
``insert_pages`` and ``update_pages`` on a :class:`~eventsourcing.application.ProcessingEvent` object.
However, rather than populating the variable keyword arguments in the ``save()`` method, it populates ``insert_pages``
and ``update_pages`` within its ``policy()`` function. The ``insert_pages`` and ``update_pages`` arguments are set
on the :class:`~eventsourcing.application.ProcessingEvent` object passed into the ``policy()``
Expand Down

0 comments on commit 528323b

Please sign in to comment.