Skip to content

Commit

Permalink
fix: incorrect description for user age condition (ReVanced#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Jul 16, 2022
1 parent 422bed5 commit 999a345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 999a345

Please sign in to comment.