From 839ee8a0dc2974af2ae6b29b41e8801e22767c00 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Sun, 27 Feb 2022 21:12:19 +0800 Subject: [PATCH] Fix typos --- docs/changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 7d6a3fa..e0482b6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -27,7 +27,7 @@ Contributors to this release: - Only the marker closest to the test will be used for configuring VCR. ### Deprecated -- `--vcr-record-mode` is now called `--vcr-record`, the old name is depracated. +- `--vcr-record-mode` is now called `--vcr-record`, the old name is deprecated. ### Removed - `vcr_cassette_path` fixture was removed - use `vcr_cassette_dir` and `vcr_cassette_name` to set the path. @@ -43,5 +43,5 @@ Contributors to this release: ## [0.2.0] - 2017-05-07 ### Changed -- Use separate cassettes for each set of test parametes. +- Use separate cassettes for each set of test parameters. - Change the cassettes directory from `_cassettes` to `cassettes`.