Skip to content

Commit 8bd2624

Browse files
authored
Fix typo in README.md
1 parent f57475d commit 8bd2624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ custom:
180180

181181
To specify additional directories to remove from the installed packages,
182182
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*`).
183+
option and glob syntax. These patterns will be added to the default ones (`**/*.py[c|o]`, `**/__pycache__*`, `**/*.dist-info*`).
184184
Note, the glob syntax matches against whole paths, so to match a file in any
185185
directory, start your pattern with `**/`.
186186

0 commit comments

Comments
 (0)