From 14a7559aebfe96496bbf543faf32cf65ab288ba7 Mon Sep 17 00:00:00 2001 From: Eugene Burmakin Date: Wed, 14 Aug 2024 18:07:31 +0200 Subject: [PATCH] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1136f2a4..3c587bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added -- PHOTON_API_HOST env variable to set the host of the Photon API. It will will allow you to use your own Photon API instance instead of the default one. +- PHOTON_API_HOST env variable to set the host of the Photon API. It will allow you to use your own Photon API instance instead of the default one. ## [0.9.9] — 2024-07-30