changeset 5605:17aa3bac7f3a

mod_http_oauth2: Improve a description in schema
author Kim Alvefur <zash@zash.se>
date Sat, 15 Jul 2023 12:27:24 +0200
parents aab0023b51c9
children 39bb7232326d
files mod_http_oauth2/mod_http_oauth2.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_oauth2/mod_http_oauth2.lua	Sat Jul 15 10:45:26 2023 +0200
+++ b/mod_http_oauth2/mod_http_oauth2.lua	Sat Jul 15 12:27:24 2023 +0200
@@ -1172,7 +1172,7 @@
 		};
 		software_version = {
 			title = "Software Version";
-			description = "Version of the software creating being registered. \z
+			description = "Version of the client software being registered. \z
 			E.g. to allow revoking all related tokens in the event of a security incident.";
 			type = "string";
 			example = "2.3.1";