# HG changeset patch # User Kim Alvefur # Date 1689416844 -7200 # Node ID 17aa3bac7f3ac48c68d1e40c5f571556001bd742 # Parent aab0023b51c9b5fc68a1cd54cc58c3d249dcd8de mod_http_oauth2: Improve a description in schema diff -r aab0023b51c9 -r 17aa3bac7f3a mod_http_oauth2/mod_http_oauth2.lua --- 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";