File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ If you're on a mac, check out [these notes](#applebeersnake-mac-brew-installed-p
28
28
29
29
30
30
## Cross compiling!
31
- Compiling non-pure-Python modules or fetching their manylinux wheels is
31
+ Compiling non-pure-Python modules or fetching their many linux wheels is
32
32
supported on non-linux OSs via the use of Docker and the
33
33
[ docker-lambda] ( https://github.com/lambci/docker-lambda ) image.
34
34
To enable docker usage, add the following to your ` serverless.yml ` :
@@ -115,7 +115,7 @@ custom:
115
115
` ` `
116
116
# ### Custom Removal Patterns
117
117
To specify additional directories to remove from the installed packages,
118
- define a list of of patterns int he serverless config using the `slimPatterns`
118
+ define a list of patterns in the serverless config using the `slimPatterns`
119
119
option and glob syntax. Note, it matches against whole paths, so to match a file in any
120
120
directory, start your pattern with `**/`.
121
121
` ` ` yaml
You can’t perform that action at this time.
0 commit comments