We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e8906 commit fcc48b4Copy full SHA for fcc48b4
1 file changed
Node/quickstarts/auth-blocking-functions/functions/index.js
@@ -103,7 +103,7 @@ exports.checkEmailDomain = beforeEmailSent((event) => {
103
104
const intlPrefixNumber = defineString("INTERNATIONAL_PREFIX_NUMBER", {
105
default: "+1",
106
- description: "The country code that we restrict sending too.",
+ description: "The country code that we restrict sending to.",
107
});
108
// Block SMS sending with any non-US phone number.
109
exports.checkPhoneNumber = beforeSmsSent((event) => {
0 commit comments