Skip to content

Commit b089e1c

Browse files
authored
fix: escape unexpected tab sync
1 parent 0c55bc4 commit b089e1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/dev-setup/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors:
1111

1212
To use the CommandAPI in your plugins, there are a few methods of adding it to your development environment. First things first, if you're using the CommandAPI plugin, you need to add the CommandAPI as a dependent in your `plugin.yml` or `paper-plugin.yml`:
1313

14-
:::tabs
14+
:::tabs key:dev-setup
1515
===plugin.yml (Bukkit/Spigot/Paper)
1616
```yaml
1717
name: MyPlugin
@@ -125,4 +125,4 @@ If you've never used a build system before, I highly recommend it! It makes it e
125125

126126
- Adding the external .jar file in Eclipse:
127127

128-
![An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options "Build Path", followed by "Add External Archives..."](/images/eclipse.jpg)
128+
![An image of some context menu entries in Eclipse after right clicking a project. Displays the highlighted options "Build Path", followed by "Add External Archives..."](/images/eclipse.jpg)

0 commit comments

Comments
 (0)