Skip to content

Commit 36c75f0

Browse files
committed
Merge pull request #302 from coolljt0725/fix_example
Typo: remove comma in example json of volume
2 parents 772a40a + 0dc600e commit 36c75f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Note: whitespace has been added to this example for clarity. Whitespace is OPTIO
278278
Here is an example:
279279
<pre>{
280280
"/var/my-app-data/": {},
281-
"/etc/some-config.d/": {},
281+
"/etc/some-config.d/": {}
282282
}</pre>
283283
</dd>
284284
<dt>

0 commit comments

Comments
 (0)