From 3664ba2eb1235f9d0ab580c9d124b63279ccfaa0 Mon Sep 17 00:00:00 2001
From: Jakob K <52456572+bluefireoly@users.noreply.github.com>
Date: Fri, 16 Jul 2021 16:49:18 +0200
Subject: [PATCH] Update brigardier.md
---
guide/docs/commands/brigardier.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guide/docs/commands/brigardier.md b/guide/docs/commands/brigardier.md
index c5e8d9c1..dfc0d193 100644
--- a/guide/docs/commands/brigardier.md
+++ b/guide/docs/commands/brigardier.md
@@ -1,8 +1,8 @@
# Brigardier support
-???+ warning "Brigardier dependency"
- You do only have to do the following if you are using the `spigot-api` instead of the `spigot` dependency!
- Whilst Spigot itself depends on [Brigardier](https://github.com/Mojang/brigadier#gradle) the Spigot API doesn't so in order for this feature to work you need to add Brigardier as an `compileOnly` dependency. More information on that can be found here: [https://github.com/Mojang/brigadier#gradle](https://github.com/Mojang/brigadier#gradle)
+???+ warning "Brigardier dependency for spigot-api users"
+ (You do only have to do the following if you are using the `spigot-api` instead of the `spigot` dependency!)
+ Whilst Spigot itself depends on [Brigardier](https://github.com/Mojang/brigadier#gradle) the Spigot API doesn't so in order for this feature to work you need to add Brigardier as a `compileOnly` dependency. More information on that can be found here: [https://github.com/Mojang/brigadier#gradle](https://github.com/Mojang/brigadier#gradle)
## Create a command