From 969a59eff02d16c41637bf4e3f43e00f3bf06867 Mon Sep 17 00:00:00 2001 From: Beau Ottens <52446008+beau-ottens@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:30:55 +0100 Subject: [PATCH] Fixed type in update to-1.0.0.md --- docs/docs/upgrading/to-1.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/upgrading/to-1.0.0.md b/docs/docs/upgrading/to-1.0.0.md index e10b7dda..1a3b9cca 100644 --- a/docs/docs/upgrading/to-1.0.0.md +++ b/docs/docs/upgrading/to-1.0.0.md @@ -37,7 +37,7 @@ composer require --dev eventsauce/test-utilities ## Clock is moved to a dedicated package -The clock package is included in EventSacue by default. The +The clock package is included in EventSauce by default. The classes were moved into their own namespace `EventSauce\Clock`. This means the `Clock`, `TestClock`, and `SystemClock` have moved.