Skip to content

Commit

Permalink
Reword slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
martinalong-stripe committed Jan 11, 2024
1 parent 3833b58 commit 12a92bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/stripe-js/elements/card-number.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export interface StripeCardNumberElementOptions {
* network on the entered card will be selected as the default in the Card Brand Choice dropdown upon
* entry of a co-branded card.
*
* Default is an empty array, meaning no network will be selected by default in the Card Brand choice dropdown.
* Default is an empty array, meaning no default selection will be made in the Card Brand choice dropdown.
*/
preferredNetwork?: Array<CardNetworkBrand>;
}
Expand Down
2 changes: 1 addition & 1 deletion types/stripe-js/elements/card.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export interface StripeCardElementOptions {
* network on the entered card will be selected as the default in the Card Brand Choice dropdown upon
* entry of a co-branded card.
*
* Default is an empty array, meaning no network will be selected by default in the Card Brand choice dropdown.
* Default is an empty array, meaning no default selection will be made in the Card Brand choice dropdown.
*/
preferredNetwork?: Array<CardNetworkBrand>;
}
Expand Down

0 comments on commit 12a92bf

Please sign in to comment.