8000 Fix typos by atailouloute · Pull Request #7562 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Fix typos #7562

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/cache/cache_invalidation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Cache Invalidation

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

The Symfony Cache component provides two mechanisms to help solving this problem:
Expand Down
2 changes: 1 addition & 1 deletion workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a user submits a series of different forms to complete a task. Such processes ar
best kept away from your models and should be defined in configuration.

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

Expand Down
0