From 999a345f964df3af319fb2292bc48aeabc1ecae2 Mon Sep 17 00:00:00 2001
From: Ushie <ushiekane@gmail.com>
Date: Sat, 16 Jul 2022 22:36:26 +0300
Subject: [PATCH] fix: incorrect description for user age condition (#16)

---
 configuration.schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.schema.json b/configuration.schema.json
index e253c94..6367541 100644
--- a/configuration.schema.json
+++ b/configuration.schema.json
@@ -78,7 +78,7 @@
 								"properties": {
 									"server_age": {
 										"type": "integer",
-										"description": "The user must be at least this many days old on the server."
+										"description": "The user must be less than this many days old on the server."
 									}
 								},
 								"description": "User condition."