From c84821d6a97e478e2494fdba8e671c1954501714 Mon Sep 17 00:00:00 2001 From: LauraPinilla Date: Wed, 18 Dec 2024 14:50:32 -0600 Subject: [PATCH] fixing typo --- blocks/identity-block/features/social-sign-on/default.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/identity-block/features/social-sign-on/default.jsx b/blocks/identity-block/features/social-sign-on/default.jsx index 439de9293..a0c7a9870 100644 --- a/blocks/identity-block/features/social-sign-on/default.jsx +++ b/blocks/identity-block/features/social-sign-on/default.jsx @@ -131,7 +131,7 @@ SocialSignOnBlock.propTypes = { "Used when we want to hide the ---OR--- divider", }), customButtons: PropTypes.bool.tag({ - name: "Custom Facebook/Gooogle/Apple buttons", + name: "Custom Facebook/Google/Apple buttons", defaultValue: true, description: "Render a custom Facebook/Google/Apple buttons or the ones provided by Facebook, Google, and Apple.",