We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36584 commit 534825eCopy full SHA for 534825e
template/customization/defining-template.mdx
@@ -88,7 +88,7 @@ template.copy("config.json", "/app/config.json", {
88
# Copy a single file
89
template.copy("package.json", "/app/package.json")
90
91
-# Copy multiple files to same destination
+# Copy multiple files to the same destination
92
template.copy(["file1", "file2"], "/app/file")
93
94
# Multiple copy operations using copy_items
0 commit comments