Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
Fix typo: Add missing "of" in SDK usage description

Changed "using one our Official SDKs" to "using one of our Official SDKs" to improve grammar and clarity.
  • Loading branch information
sudokud authored Oct 8, 2024
1 parent b4349e1 commit 0e95682
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Aside } from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';
import Install from '../../../../components/Install.astro'

Once your data is imported and your index is up and running, you can start performing search queries using one our Official SDKs. Orama offers SDKs for [JavaScript](/cloud/integrating-orama-cloud/official-sdk), [Swift](/cloud/integrating-orama-cloud/official-sdk), [Kotlin](/cloud/integrating-orama-cloud/official-sdk), [PHP](/cloud/integrating-orama-cloud/official-sdk) and [Python](/cloud/integrating-orama-cloud/official-sdk).
Once your data is imported and your index is up and running, you can start performing search queries using one of our Official SDKs. Orama offers SDKs for [JavaScript](/cloud/integrating-orama-cloud/official-sdk), [Swift](/cloud/integrating-orama-cloud/official-sdk), [Kotlin](/cloud/integrating-orama-cloud/official-sdk), [PHP](/cloud/integrating-orama-cloud/official-sdk) and [Python](/cloud/integrating-orama-cloud/official-sdk).

The Official SDKs are the recommended way to communicate with Orama Cloud, providing out of the box connection management, cache, telemetry, and type safety for all your search operations.

Expand Down Expand Up @@ -44,4 +44,4 @@ const client = new OramaClient({
endpoint: "YOUR_ENDPOINT_URL",
api_key: "YOUR_PUBLIC_API_KEY",
});
```
```

0 comments on commit 0e95682

Please sign in to comment.