Skip to content

Commit fcc48b4

Browse files
authored
fix typo
1 parent 07e8906 commit fcc48b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Node/quickstarts/auth-blocking-functions/functions

Node/quickstarts/auth-blocking-functions/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ exports.checkEmailDomain = beforeEmailSent((event) => {
103103

104104
const intlPrefixNumber = defineString("INTERNATIONAL_PREFIX_NUMBER", {
105105
default: "+1",
106-
description: "The country code that we restrict sending too.",
106+
description: "The country code that we restrict sending to.",
107107
});
108108
// Block SMS sending with any non-US phone number.
109109
exports.checkPhoneNumber = beforeSmsSent((event) => {

0 commit comments

Comments
 (0)