From 58f73dcd7fd5548eb0b1ceef3de21d0058ce91c5 Mon Sep 17 00:00:00 2001 From: Dmytro Shteflyuk Date: Thu, 11 Apr 2024 10:27:45 -0400 Subject: [PATCH] Fixed a small typo in the CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5a86e4..369d035f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## 4.2.0 * Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change. -* Added `Spring.spawn_on_en` to define environment variables that should cause spring to start a distinct server. +* Added `Spring.spawn_on_env` to define environment variables that should cause spring to start a distinct server. * Better handle a case where the server could hang. ## 4.1.3