Skip to content

Commit 18ffa01

Browse files
committed
does this fix tabs?
1 parent 6226c33 commit 18ffa01

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/english/tutorial/order-confirmation/order-confirmation.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,22 @@ Within a terminal of your choice, set the two tokens from the previous step as e
9090

9191
<Tabs>
9292
<TabItem value="macOS" label="macOS">
93-
9493
```bash
9594
export SLACK_APP_TOKEN=<YOUR-APP-TOKEN-HERE>
9695
export SLACK_BOT_TOKEN=<YOUR-BOT-TOKEN-HERE>
9796
```
98-
9997
</TabItem>
10098
<TabItem value="windows" label="Windows Command Prompt">
101-
10299
```
103100
set SLACK_APP_TOKEN=<YOUR-APP-TOKEN-HERE>
104101
set SLACK_BOT_TOKEN=<YOUR-BOT-TOKEN-HERE>
105102
```
106-
107103
</TabItem>
108104
<TabItem value="windows_ps" value="Windows PowerShell">
109-
110105
'''
111106
$env:SLACK_APP_TOKEN="YOUR-APP-TOKEN-HERE"
112107
$env:SLACK_BOT_TOKEN="YOUR-BOT-TOKEN-HERE"
113108
```
114-
115109
</TabItem>
116110
</Tabs>
117111

0 commit comments

Comments
 (0)