From 56c897ad899765693ce0e4b5d5aa658615639c64 Mon Sep 17 00:00:00 2001 From: Josh Taylor Date: Sun, 1 Sep 2024 18:30:06 +0100 Subject: [PATCH] review fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Alexander Söderberg <4096670+Citymonstret@users.noreply.github.com> --- docs/core/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/index.md b/docs/core/index.md index c75358e..ceaf186 100644 --- a/docs/core/index.md +++ b/docs/core/index.md @@ -754,6 +754,6 @@ You can find examples on GitHub for either ### Usage within projects Cloud will have differing versions between core and the other groups of modules, Cloud Minecraft for example will be updated seperately. If core has a bug fix or feature that is not yet available -inside of the current Cloud Minecraft release you can define cloud-core as it's own dependency force it's use that way.You should also shade Cloud inside of your project, here's an example of doing so: +inside of the current Cloud Minecraft release you can define cloud-core as it's own dependency force it's use that way. You should also shade Cloud inside of your project, here's an example of doing so: {{ shade_dependency() }}