Skip to content

Commit d444815

Browse files
authored
Merge pull request #1 from WilliamJamieson/bugfix/jsonschema
Bugfix for `config.rst`
2 parents 1108c2a + 1311d8b commit d444815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/asdf/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ a schema, which can then be used to validate a file:
151151
... type: object
152152
... properties:
153153
... foo:
154-
... type: string
154+
... type: string
155155
... required: [foo]
156156
... ...
157157
... """

0 commit comments

Comments
 (0)