Skip to content

Commit cc7d9b2

Browse files
committed
add missing words to spell checker
1 parent 4c7519c commit cc7d9b2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Resources/doc/reference/configuration/user-context.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,11 @@ Custom providers need to:
232232
* be tagged with ``fos_http_cache.user_context_provider``.
233233

234234
.. versionadded:: 2.4.0
235-
Autoconfigure support has been added in version 2.4.0 and works from
236-
Symfony 3.3 and above. If autoconfigure is enabled, your custom provider
237-
will be tagged automatically, with a default priority of 0. For older
238-
versions, or if autoconfigure is disabled, or you want to override the
239-
priority, check out the section below.
235+
Since version 2.4.0, context providers are autoconfigured. With
236+
autoconfigure enabled in Symfony 3.3 and newer, your custom providers
237+
are tagged automatically, with a default priority of 0. For older
238+
versions, or if autoconfigure is disabled, or to override the
239+
priority, check out the rest of this section.
240240

241241
If you need context providers to run in a specific order, you can specify the
242242
optional ``priority`` parameter for the tag. The higher the priority, the

Resources/doc/spelling_word_list.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
admin
2+
autowired
3+
autowiring
4+
autoconfigure
5+
autoconfigured
26
backend
37
cacheable
48
ETag

0 commit comments

Comments
 (0)