Skip to content

Commit cdb825b

Browse files
mishushakovdobrac
andauthored
Update template/customization/defining-template.mdx
Co-authored-by: Jakub Dobry <jakub.dobry8@gmail.com>
1 parent aeee219 commit cdb825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/customization/defining-template.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ template.copy("package.json", "/app/package.json");
7171
// Copy multiple files to same destination
7272
template.copy(["file1", "file2"], "/app/file")
7373

74-
// Copy multiple files using copyItems
74+
// Multiple copy operations using copyItems
7575
template.copyItems([
7676
{ src: "src/", dest: "/app/src/" },
7777
{ src: "package.json", dest: "/app/package.json" },

0 commit comments

Comments
 (0)