We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57475d commit 8bd2624Copy full SHA for 8bd2624
README.md
@@ -180,7 +180,7 @@ custom:
180
181
To specify additional directories to remove from the installed packages,
182
define a list of patterns in the serverless config using the `slimPatterns`
183
-option and glob syntax. These paterns will be added to the default ones (`**/*.py[c|o]`, `**/__pycache__*`, `**/*.dist-info*`).
+option and glob syntax. These patterns will be added to the default ones (`**/*.py[c|o]`, `**/__pycache__*`, `**/*.dist-info*`).
184
Note, the glob syntax matches against whole paths, so to match a file in any
185
directory, start your pattern with `**/`.
186
0 commit comments