From 75c515bd530be43c92c53f095489ac352a180dd7 Mon Sep 17 00:00:00 2001 From: Sven Schwyn Date: Sun, 17 Mar 2024 19:57:46 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e53d81..581a5a9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Simple Minitest helper to replace values such as an instance variable of an object or an environment variable for the duration of a block or a group of tests. -This comes in very handy when you have to derive from default configuration in order to test some aspects of your code. +This comes in very handy when you have to deviate from default configuration in order to test some aspects of your code. * [Homepage](https://github.com/svoop/minitest-substitute) * [API](https://www.rubydoc.info/gems/minitest-substitute)