Fix another batch of typos

This commit is contained in:
Daniel Dudzic 2025-03-24 14:14:32 +01:00
parent a0a7d042b4
commit 1f83cbc108
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
5 changed files with 10 additions and 10 deletions

View file

@ -359,7 +359,7 @@ document.addEventListener( 'DOMContentLoaded', () => {
payLaterMessagingInputSelectorByLocation( location )
)
: inputSelectros.concat(
butttonInputSelectorByLocation( location )
buttonInputSelectorByLocation( location )
);
} );
@ -386,7 +386,7 @@ document.addEventListener( 'DOMContentLoaded', () => {
return inputSelectors;
};
const butttonInputSelectorByLocation = ( location ) => {
const buttonInputSelectorByLocation = ( location ) => {
const locationPrefix = location === 'checkout' ? '' : '_' + location;
const inputSelectors = [
'#field-button' + locationPrefix + '_layout',