Skip to content

Commit

Permalink
Merge pull request #150 from smoelius/patch-1
Browse files Browse the repository at this point in the history
Typo in schema.json
  • Loading branch information
epage authored Oct 14, 2022
2 parents 8a3d53e + e356d4b commit 39200ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
}
},
"Filesystem": {
"description": "Describe command's the filesystem context",
"description": "Describe the command's filesystem context",
"type": "object",
"properties": {
"cwd": {
Expand All @@ -259,4 +259,4 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ impl serde::ser::Serialize for JoinedArgs {
}
}

/// Describe command's the filesystem context
/// Describe the command's filesystem context
#[derive(Clone, Default, Debug, PartialEq, Eq, serde::Deserialize, serde::Serialize)]
#[serde(rename_all = "kebab-case")]
#[cfg_attr(feature = "schema", derive(schemars::JsonSchema))]
Expand Down

0 comments on commit 39200ee

Please sign in to comment.