Skip to content

Commit

Permalink
Merge pull request #22 from deining/fix-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
smikitky authored Apr 11, 2024
2 parents 9003f0f + b1bae5b commit 3565c1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 1.5.1 (2024-04-03)

- Fixed error handling when chekcing if the output file is writable.
- Fixed error handling when checking if the output file is writable.
- Hid a deprecated and undocumented CLI option from `--help`.

## 1.5.0 (2024-04-03)
Expand All @@ -24,7 +24,7 @@
## 1.4.0 (2024-03-30)

- Checks the permission of the output file/directory before actually calling the API (#17).
- Fixed: `out` CLI option is now relative to BASE_DIR rather than the target file, following starndard convention of other CLI tools (#16).
- Fixed: `out` CLI option is now relative to BASE_DIR rather than the target file, following standard convention of other CLI tools (#16).

## 1.3.2 (2024-03-14)

Expand Down
2 changes: 1 addition & 1 deletion env-example
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ OPENAI_API_KEY="sk-xxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Transforms the input path to the output file path.
# OUTPUT_FILE_PATTERN=""

# What to do when the output file already exists. One of "overwite", "skip" and "abort".
# What to do when the output file already exists. One of "overwrite", "skip" and "abort".
# OVERWRITE_POLICY="overwrite"

# Custom API address, to integrate with a third-party API service provider.
Expand Down

0 comments on commit 3565c1e

Please sign in to comment.