Skip to content

Commit b71355a

Browse files
docs: fix typos and broken frontmatter descriptions (#119)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 166e9ec commit b71355a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

fundamentals/authentication/guides/authentication-best-practices.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If you need to store your access tokens in a database, please keep the following
7575

7676
## Password management tools
7777

78-
Password management tools such as 1password or Last Pass can be helpful in keeping your keys and tokens in secure place. You might want to avoid sharing these in side of a shared team password management tool.
78+
Password management tools such as 1password or Last Pass can be helpful in keeping your keys and tokens in a secure place. You might want to avoid sharing these inside of a shared team password management tool.
7979

8080
## Web storage & cookies
8181

xdks/python/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart
33
sidebarTitle: Quickstart
44

5-
description: This example showcases how to quickly search for Posts using the XDK using Bearer Token authentication. ## Step 1: Install the SDK ```bash pip install xdk ``...
5+
description: This example showcases how to quickly search for Posts using the XDK using Bearer Token authentication.
66
---
77
This example showcases how to quickly search for Posts using the XDK using Bearer Token authentication.
88
## Step 1: Install the SDK

xdks/typescript/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Installation"
33
sidebarTitle: "Installation"
44

5-
description: Get started with the TypeScript SDK for X API in your project. ## Install <CodeGroup> ```bash npm theme={null} npm install @xdevplatform/xdk ``` ```bash y...
5+
description: Get started with the TypeScript SDK for X API in your project.
66
---
77

88
Get started with the TypeScript SDK for X API in your project.

0 commit comments

Comments
 (0)