diff --git a/docs/sdks/languages/php.mdx b/docs/sdks/languages/php.mdx index 58f9ceaf5..1c0bf7f4c 100644 --- a/docs/sdks/languages/php.mdx +++ b/docs/sdks/languages/php.mdx @@ -45,7 +45,7 @@ The SDK methods are organized into the following high-level categories: 1. `auth`: Handles authentication methods. 2. `secrets`: Manages CRUD operations for secrets. -### `auth` +### `Auth` The `auth` component provides methods for authentication: @@ -67,7 +67,7 @@ $response = $sdk->auth()->universal_auth()->login( We do not recommend hardcoding your [Machine Identity Tokens](/platform/identities/overview). Setting them as environment variables would be best. -### `secrets` +### `Secrets` This sub-class handles operations related to secrets: