From 058d93a84e9b4e2913aa70193887bcc019ab9651 Mon Sep 17 00:00:00 2001
From: Wolf2323 <gabrielpatrikurban@gmail.com>
Date: Sun, 5 Nov 2023 18:57:12 +0100
Subject: [PATCH] Update
 docs/Documentation/Scripting/Building-Blocks/Objectives-List.md

Co-authored-by: CyberOtter <40303883+SaltyAimbOtter@users.noreply.github.com>
---
 docs/Documentation/Scripting/Building-Blocks/Objectives-List.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Documentation/Scripting/Building-Blocks/Objectives-List.md b/docs/Documentation/Scripting/Building-Blocks/Objectives-List.md
index 972e10c8af..1182631a04 100644
--- a/docs/Documentation/Scripting/Building-Blocks/Objectives-List.md
+++ b/docs/Documentation/Scripting/Building-Blocks/Objectives-List.md
@@ -480,7 +480,7 @@ and the second one is by completing the objective with the [objective event](./E
 The behaviour of completing the objective by increasing the stage can be disabled by setting the `preventCompletion` flag.
 
 When the conditions of the stage objective are not met, the stage of the player can not be modified.  
-You can modify the stages with the [stage event](./Events-List.md#modify-stage-stage) and check for it with the [stage condition](./Conditions-List.md#check-stage-stage).
+You can modify the stages with the [stage event](./Events-List.md#modify-stage-stage) and check it's state with the [stage condition](./Conditions-List.md#check-stage-stage).
 
 | Parameter           | Syntax              | Default Value          | Explanation                                                          |
 |---------------------|---------------------|------------------------|----------------------------------------------------------------------|