Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akarve committed Jun 11, 2020
1 parent cbf2fbb commit fee2515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API Reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Quilt uses appdirs for Python to determine where to write data. You can therefor
override the following path constants with environment variables using the XDG
standard (see [appdirs docs](https://pypi.org/project/appdirs/)).

For instance, AWS Lambda, requires the user to use `tmp/*` as the scratch
For instance, AWS Lambda requires the user to use `tmp/*` as the scratch
directory. You can override `quilt3.utils.CACHE_PATH`, so that `quilt3 install` will succeed
in Lambda, by setting the `XDG_CACHE_HOME` environment variable.

Expand Down
2 changes: 1 addition & 1 deletion gendocs/env_constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Quilt uses appdirs for Python to determine where to write data. You can therefor
override the following path constants with environment variables using the XDG
standard (see [appdirs docs](https://pypi.org/project/appdirs/)).

For instance, AWS Lambda, requires the user to use `tmp/*` as the scratch
For instance, AWS Lambda requires the user to use `tmp/*` as the scratch
directory. You can override `quilt3.utils.CACHE_PATH`, so that `quilt3 install` will succeed
in Lambda, by setting the `XDG_CACHE_HOME` environment variable.

Expand Down

0 comments on commit fee2515

Please sign in to comment.