From b379759327919855f15a22a8ef4908a6814cf1bf Mon Sep 17 00:00:00 2001 From: Dev Nll Date: Thu, 9 Jun 2022 07:46:25 -0600 Subject: [PATCH] Fix typo in testing.md --- 1.x/spark-paddle/testing.md | 2 +- 1.x/spark-stripe/testing.md | 2 +- 2.x/spark-paddle/testing.md | 2 +- 2.x/spark-stripe/testing.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/1.x/spark-paddle/testing.md b/1.x/spark-paddle/testing.md index dcdeb47..0062a1a 100644 --- a/1.x/spark-paddle/testing.md +++ b/1.x/spark-paddle/testing.md @@ -34,7 +34,7 @@ public function withSubscription($planId = null) } ``` -Once you have define the state method, you may use it when creating models via your factory: +Once you have defined the state method, you may use it when creating models via your factory: ```php $user = User::factory()->withSubscription($planId = 1000)->create(); diff --git a/1.x/spark-stripe/testing.md b/1.x/spark-stripe/testing.md index 3ed444c..3d49399 100644 --- a/1.x/spark-stripe/testing.md +++ b/1.x/spark-stripe/testing.md @@ -37,7 +37,7 @@ public function withSubscription($planId = null) } ``` -Once you have define the state method, you may use it when creating models via your factory: +Once you have defined the state method, you may use it when creating models via your factory: ```php $user = User::factory()->withSubscription('plan_id')->create(); diff --git a/2.x/spark-paddle/testing.md b/2.x/spark-paddle/testing.md index dcdeb47..0062a1a 100644 --- a/2.x/spark-paddle/testing.md +++ b/2.x/spark-paddle/testing.md @@ -34,7 +34,7 @@ public function withSubscription($planId = null) } ``` -Once you have define the state method, you may use it when creating models via your factory: +Once you have defined the state method, you may use it when creating models via your factory: ```php $user = User::factory()->withSubscription($planId = 1000)->create(); diff --git a/2.x/spark-stripe/testing.md b/2.x/spark-stripe/testing.md index b5324f6..efe75a5 100644 --- a/2.x/spark-stripe/testing.md +++ b/2.x/spark-stripe/testing.md @@ -38,7 +38,7 @@ public function withSubscription($planId = null) } ``` -Once you have define the state method, you may use it when creating models via your factory: +Once you have defined the state method, you may use it when creating models via your factory: ```php $user = User::factory()->withSubscription('price_id')->create();