Merge "Fix typo in 'MainStash' docs"

This commit is contained in:
jenkins-bot 2023-12-23 08:10:05 +00:00 committed by Gerrit Code Review
commit 9879c4587a
2 changed files with 2 additions and 4 deletions

View file

@ -2531,8 +2531,7 @@ config-schema:
should avoid main stash updates during non-POST requests. In any case, callers should
gracefully tolerate occasional key evictions, temporary inconsistencies among datacenters,
and violations of linearizability (e.g. during timeouts). Modules that can never handle
these
kind of anamolies should use other storage mediums.
these kinds of anomalies should use other storage mediums.
Valid options are the keys of {@link $wgObjectCaches}, e.g. CACHE_* constants.
@see \BagOStuff
@since 1.26

View file

@ -4068,8 +4068,7 @@ class MainConfigSchema {
* should avoid main stash updates during non-POST requests. In any case, callers should
* gracefully tolerate occasional key evictions, temporary inconsistencies among datacenters,
* and violations of linearizability (e.g. during timeouts). Modules that can never handle
* these
* kind of anamolies should use other storage mediums.
* these kinds of anomalies should use other storage mediums.
*
* Valid options are the keys of {@link $wgObjectCaches}, e.g. CACHE_* constants.
*