diff --git a/docs/pages/sdks.mdx b/docs/pages/sdks.mdx index 7bff7ea7..7ad218fe 100644 --- a/docs/pages/sdks.mdx +++ b/docs/pages/sdks.mdx @@ -5,7 +5,7 @@ description: An overview of the Outpost SDKs for Go, TypeScript, and Python. Outpost provides Software Development Kits (SDKs) to help you integrate your applications with the Outpost API seamlessly. These SDKs are designed to simplify the process of publishing events and managing your Outpost resources. -The SDKs are generated from the Outpost OpenAPI specification using [Speakeasy](https://speakeasy.com). +The SDKs are generated from the Outpost OpenAPI specification using [Speakeasy](https://speakeasy.com). ## Available SDKs @@ -71,7 +71,7 @@ async function manageOutpostResources() { // 3. Create a destination for the tenant console.log( - `Creating destination: ${newDestinationName} for tenant ${tenantId}...` + `Creating destination: ${newDestinationName} for tenant ${tenantId}...`, ); const destination = await outpostAdmin.destinations.create({ tenantId,