Skip to content

Commit

Permalink
format -.-''
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 28, 2021
1 parent f60e523 commit 7cbe69b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/gatsby-plugin-manifest/src/pluginOptionsSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ export default function pluginOptionSchema({ Joi }) {
url: Joi.string()
.uri()
.description(`The URL at which the application can be found.`),
id: Joi.string()
.description(
`The ID used to represent the application on the specified platform.`
),
id: Joi.string().description(
`The ID used to represent the application on the specified platform.`
),
min_version: Joi.string()
.optional()
.description(
Expand Down

0 comments on commit 7cbe69b

Please sign in to comment.