chore: fix spelling

This commit is contained in:
Alex Eagle 2023-02-14 19:58:47 -08:00
parent 34d05573e2
commit bda8e69ea0
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ copy_to_directory(<a href="#copy_to_directory-name">name</a>, <a href="#copy_to_
Copies files and directories to an output directory.
Files and directories can be arranged as needed in the output directory using
the `root_paths`, `include_srcs_patters`, `exclude_srcs_patters` and `replace_prefixes` attributes.
the `root_paths`, `include_srcs_patterns`, `exclude_srcs_patterns` and `replace_prefixes` attributes.
Filters and transformations are applied in the following order:

View File

@ -36,7 +36,7 @@ for more information on supported globbing patterns.
_copy_to_directory_doc = """Copies files and directories to an output directory.
Files and directories can be arranged as needed in the output directory using
the `root_paths`, `include_srcs_patters`, `exclude_srcs_patters` and `replace_prefixes` attributes.
the `root_paths`, `include_srcs_patterns`, `exclude_srcs_patterns` and `replace_prefixes` attributes.
{filters_transform_order_docstring}