Skip to content

Commit 5bcb2b4

Browse files
committed
Update automate-right-to-erasure.md
Escape for Tabs element was missing
1 parent 490e8fa commit 5bcb2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/cloud/webhooks/automate-right-to-erasure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ After you finish setting up the webhook, bot, and API key for data stores, add t
128128
1. Install Python libraries using the following commands:
129129
<Tabs>
130130
<TabItem label="Guilded">
131-
131+
132132
```bash title="Install Libraries"
133133
pip3 install guilded.py==1.8.0
134134
pip3 install requests
@@ -145,7 +145,7 @@ After you finish setting up the webhook, bot, and API key for data stores, add t
145145
```
146146

147147
</TabItem>
148-
<Tabs>
148+
</Tabs>
149149

150150
2. Copy and save the following scripts corresponding to different parts of the bot logic in the same directory:
151151

0 commit comments

Comments
 (0)