Skip to content

Commit 8637425

Browse files
committed
fix typo
1 parent 092008d commit 8637425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/site/markdown/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Example for additionally adding binary files to the content package:
8888
rootPath: /content/files
8989
files:
9090
# Add a static file from the class paths (or other URLs)
91-
- url:classpath:/my-resources/file1.txt
91+
- url: classpath:/my-resources/file1.txt
9292
path: /content/files/file1.txt
9393
# Add a file that was generated by CONGA (delete after inclusion in package)
9494
- file: generated-file.txt

0 commit comments

Comments
 (0)