mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 18:16:38 +08:00
Fix another batch of typos
This commit is contained in:
parent
a0a7d042b4
commit
1f83cbc108
5 changed files with 10 additions and 10 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue