From 62d7241fcd6842dec7fe13553ea00ca42e501aa1 Mon Sep 17 00:00:00 2001 From: Saad Akhtar <116262387+saad-akhtar26@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:46:57 +0500 Subject: [PATCH] Update quick-start.mdx: corrected typo. for "software" On line 35, in sub-step 4 of step 1 (Getting access to your users data) there was a typographical mistake for word "software" Wrong: sofwtare Corrected as: software Kindly approve this simple typo. fix. - Thanks! --- docs/quick-start.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quick-start.mdx b/docs/quick-start.mdx index f4253d23f..0fb9ed87d 100644 --- a/docs/quick-start.mdx +++ b/docs/quick-start.mdx @@ -32,7 +32,7 @@ Let's now create our first magic link! You'll be asked for two informations: an `Origin User Email` (of the user you're creating the link for) and an `Origin User Identifier`. The `Origin User Identifier` is the id of the user you're inviting, as represented in your - sofwtare. If you already have created a [Linked User](/recipes/import-existing-users) you have the option to select + software. If you already have created a [Linked User](/recipes/import-existing-users) you have the option to select it. Click `Generate` @@ -130,4 +130,4 @@ Amazing! You’ve successfully sent your first unified API request with Panora! API resources: Check our [API documentation](/api-reference/introduction) for more details on the available endpoints and parameters. -Check our SDKs: [Typescript](/backend-sdk/typescript) for a set of tools to make it easier for you to build with and integrate Panora into your applications. \ No newline at end of file +Check our SDKs: [Typescript](/backend-sdk/typescript) for a set of tools to make it easier for you to build with and integrate Panora into your applications.