Skip to content

Commit 605f609

Browse files
Ahmed TAILOULOUTExabbuh
Ahmed TAILOULOUTE
authored andcommitted
Fix typos
1 parent a70075e commit 605f609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cache/cache_invalidation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Cache Invalidation
77

88
Cache invalidation is the process of removing all cached items related to a
99
change in the state of your model. The most basic kind of invalidation is direct
10-
items deletion. But when the state of a primary resource has spread accross
10+
items deletion. But when the state of a primary resource has spread across
1111
several cached items, keeping them in sync can be difficult.
1212

1313
The Symfony Cache component provides two mechanisms to help solving this problem:

workflow.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ a user submits a series of different forms to complete a task. Such processes ar
77
best kept away from your models and should be defined in configuration.
88

99
A **definition** of a workflow consist of places and actions to get from one
10-
place to another. The actions are called **transistions**. A workflow does also
10+
place to another. The actions are called **transitions**. A workflow does also
1111
need to know each object's position in the workflow. That **marking store** writes
1212
to a property of the object to remember the current place.
1313

0 commit comments

Comments
 (0)