From 0b933b4da9eb5af1f709fda8fc23edaa1d77eaf9 Mon Sep 17 00:00:00 2001 From: Nariman <36532182+StreetYo@users.noreply.github.com> Date: Mon, 13 May 2024 14:42:37 +0500 Subject: [PATCH] Update 01-introduction.md Correct the typo --- docs/01-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/01-introduction.md b/docs/01-introduction.md index 3fe8187..94c1547 100644 --- a/docs/01-introduction.md +++ b/docs/01-introduction.md @@ -61,7 +61,7 @@ class Paid extends PaymentState } ``` -And here's how it it used: +And here's how it's used: ```php $payment = Payment::find(1);