Skip to content

Commit

Permalink
single quotes, not backticks!
Browse files Browse the repository at this point in the history
  • Loading branch information
mikabytes committed Feb 3, 2024
1 parent ff7f767 commit df7a829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configurationSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ const SCHEMA = {
{
type: 'array',
items: {
type: `string`,
type: 'string',
},
},
],
Expand Down

0 comments on commit df7a829

Please sign in to comment.