docs: Fix 'the the' typo
Bug: T201491 Change-Id: Idd776953dcf7dadc136e57d586c09b24363005a6
This commit is contained in:
parent
233b20c21d
commit
803b873beb
4 changed files with 8 additions and 8 deletions
|
|
@ -643,7 +643,7 @@ class SqlBagOStuff extends MediumSpecificBagOStuff {
|
|||
}
|
||||
|
||||
/**
|
||||
* Set key/value pairs belonging to a partition table on the the given server
|
||||
* Set key/value pairs belonging to a partition table on the given server
|
||||
*
|
||||
* In multi-primary mode, if the current row for a key exists and has a modification token
|
||||
* with a greater integral UNIX timestamp than that of the provided modification timestamp,
|
||||
|
|
@ -704,7 +704,7 @@ class SqlBagOStuff extends MediumSpecificBagOStuff {
|
|||
}
|
||||
|
||||
/**
|
||||
* Purge/tombstone key/value pairs belonging to a partition table on the the given server
|
||||
* Purge/tombstone key/value pairs belonging to a partition table on the given server
|
||||
*
|
||||
* In multi-primary mode, if the current row for a key exists and has a modification token
|
||||
* with a greater integral UNIX timestamp than that of the provided modification timestamp,
|
||||
|
|
@ -754,7 +754,7 @@ class SqlBagOStuff extends MediumSpecificBagOStuff {
|
|||
}
|
||||
|
||||
/**
|
||||
* Insert key/value pairs belonging to a partition table on the the given server
|
||||
* Insert key/value pairs belonging to a partition table on the given server
|
||||
*
|
||||
* If the current row for a key exists and has an integral UNIX timestamp of expiration
|
||||
* greater than that of the provided modification timestamp, then the write to that key
|
||||
|
|
@ -818,7 +818,7 @@ class SqlBagOStuff extends MediumSpecificBagOStuff {
|
|||
}
|
||||
|
||||
/**
|
||||
* Insert key/value pairs belonging to a partition table on the the given server
|
||||
* Insert key/value pairs belonging to a partition table on the given server
|
||||
*
|
||||
* If the current row for a key exists, has an integral UNIX timestamp of expiration greater
|
||||
* than that of the provided modification timestamp, and the CAS token does not match, then
|
||||
|
|
@ -892,7 +892,7 @@ class SqlBagOStuff extends MediumSpecificBagOStuff {
|
|||
}
|
||||
|
||||
/**
|
||||
* Update the TTL for keys belonging to a partition table on the the given server
|
||||
* Update the TTL for keys belonging to a partition table on the given server
|
||||
*
|
||||
* If no current row for a key exists or the current row has an integral UNIX timestamp of
|
||||
* expiration less than that of the provided modification timestamp, then the write to that
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@ approach. For each IntersectionObserverEntry for the iframe it will forward
|
|||
intersection data to the iframe via messaging.
|
||||
3. The iframe will load the polyfill and configure it by calling the
|
||||
`_setupCrossOriginUpdater()` method. It will call the provided callback
|
||||
whenever it receives the intersection data from the the parent via messaging.
|
||||
whenever it receives the intersection data from the parent via messaging.
|
||||
|
||||
A hypothetical host code:
|
||||
|
||||
|
|
|
|||
|
|
@ -406,7 +406,7 @@
|
|||
// Submitting the form with enter should always trigger "search within pages"
|
||||
// for JavaScript capable browsers.
|
||||
// If it is, remove the "full text search" fallback button.
|
||||
// In skins, where the the "full text search" button
|
||||
// In skins, where the "full text search" button
|
||||
// precedes the "search by title" button, e.g. Vector this is done for
|
||||
// non-JavaScript support. If the "search by title" button is first,
|
||||
// and two search buttons are shown e.g. MonoBook no change is needed.
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ describe( 'Page protection', function () {
|
|||
return res.watchlistraw;
|
||||
};
|
||||
|
||||
it( 'should have added the page the the user\'s watchlist per default', async () => {
|
||||
it( 'should have added the page the user\'s watchlist per default', async () => {
|
||||
const list = await eve.action( 'query', {
|
||||
list: 'watchlistraw',
|
||||
wrfromtitle: testWatchlist,
|
||||
|
|
|
|||
Loading…
Reference in a new issue