Skip to content

Commit d3bcf26

Browse files
committed
chore(docs): fix broken codeblock
1 parent d2a2869 commit d3bcf26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/features.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Outpost API supports creating multiple tenants on a single Outpost deploymen
88

99
Create a tenant with the following command, replacing `<TENANT_ID>` with a unique identifier such as "your_org_name", and the `<API_KEY>` with the value you set in your `.env`:
1010

11-
"`sh
11+
```sh
1212
curl --location --request PUT 'localhost:3333/api/v1/<TENANT_ID>' \
1313
--header 'Content-Type: application/json' \
1414
--header 'Authorization: Bearer <API_KEY>'
@@ -31,7 +31,7 @@ Subscriptions are represented by destination resources that define where events
3131

3232
Create destinations with the following request, replacing `<TENANT_ID>` and `<API_KEY>`. The `<TYPE>` must be one of the supported [event destination types](#event-destination-types), and the `<CONFIG>` contents will depend on the event destination type.
3333

34-
"`sh
34+
```sh
3535
curl --location 'localhost:3333/api/v1/<TENANT_ID>/destinations' \
3636
--header 'Content-Type: application/json' \
3737
--header 'Authorization: Bearer <API_KEY>' \

0 commit comments

Comments
 (0)