From 9f28af9440f43c72112790076056c2315ec629d3 Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Tue, 23 Aug 2022 11:52:02 +0530 Subject: [PATCH] fixes blog typo --- content/how-to-use-supertokens-custom-ui-with-vuejs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/how-to-use-supertokens-custom-ui-with-vuejs/index.md b/content/how-to-use-supertokens-custom-ui-with-vuejs/index.md index 7157a9a1..573c49e6 100644 --- a/content/how-to-use-supertokens-custom-ui-with-vuejs/index.md +++ b/content/how-to-use-supertokens-custom-ui-with-vuejs/index.md @@ -60,7 +60,7 @@ The `supertokens-web-js` library will be used on the frontend to add authenticat -### Step 1) Call the `supertokens-web-js` `init` function +### Call the `supertokens-web-js` `init` function We'll initialize the `supertokens-web-js` SDK in our Vue app's root file, i.e. `/src/main.ts`: