Skip to content

Commit e2546bf

Browse files
committed
tweak wording
1 parent 3808d8a commit e2546bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/partials/cloudflare-one/access/create-service-token.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import { Tabs, TabItem, Details } from '~/components';
4242
}
4343
```
4444

45-
3. To output the Client ID and Client Secret of the service token:
45+
3. Get the Client ID and Client Secret of the service token:
4646

4747
<Details header="Example: Output to CLI" open = {false}>
4848
1. Output the Client ID and Client Secret to the Terraform state file:
@@ -69,7 +69,7 @@ import { Tabs, TabItem, Details } from '~/components';
6969
```
7070
</Details>
7171

72-
<Details header="Example: Store in Hashicorp Vault" open = {false}>
72+
<Details header="Example: Store in HashiCorp Vault" open = {false}>
7373
```tf
7474
resource "vault_generic_secret" "example_service_token" {
7575
path = "kv/cloudflare/example_service_token"

0 commit comments

Comments
 (0)