8000 minor #7562 Fix typos (Ahmed TAILOULOUTE) · matthieu88160/symfony-docs@e50484b · GitHub
[go: up one dir, main page]

Skip to content

Commit e50484b

Browse files
committed
minor symfony#7562 Fix typos (Ahmed TAILOULOUTE)
This PR was submitted for the master branch but it was merged into the 3.2 branch instead (closes symfony#7562). Discussion ---------- Fix typos Commits ------- 605f609 Fix typos
2 parents a70075e + 605f609 commit e50484b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/cache/cache_invalidation.rst

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)
0