Skip to content
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

Fix: Multiple typos #7648

Merged
merged 1 commit into from
Oct 30, 2023
Merged
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 bin/update-analytics-vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class UpdateAnalyticsVendors {
}

/**
* Extract vendors from recieved data.
* Extract vendors from received data.
*
* @return {Promise<void>}
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/php/src/MobileRedirectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ public function get_test_data_for_add_mobile_version_switcher() {
foreach ( [ true, false ] as $is_amp ) {
foreach ( [ true, false ] as $is_customizer ) {
foreach ( [ true, false ] as $is_paired_browsing ) {
// Skip ths condition for Reader mode since Paired Browsing not relevant.
// Skip this condition for Reader mode since Paired Browsing not relevant.
if ( AMP_Theme_Support::READER_MODE_SLUG === $template_mode ) {
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion tests/php/test-amp-style-sanitizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,7 @@ static function ( $selector ) {

add_filter( 'amp_native_img_used', '__return_false' );

// The toggling of the 'add_noscript_fallback' arg is to catch a bizzare PHP DOM issue whereby if you replace
// The toggling of the 'add_noscript_fallback' arg is to catch a bizarre PHP DOM issue whereby if you replace
// an element in a Document, and that replaced element had an ID, the element will still be returned by
// getElementById even though it is no longer inside of the document. When add_noscript_fallback is false,
// then the original img (for example) will not be inside of the document (?).
Expand Down
Loading