Skip to content

Commit ada82b9

Browse files
authored
Fix typo in testing.md (#12)
1 parent 9c29031 commit ada82b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

1.x/spark-paddle/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function withSubscription($planId = null)
3434
}
3535
```
3636

37-
Once you have define the state method, you may use it when creating models via your factory:
37+
Once you have defined the state method, you may use it when creating models via your factory:
3838

3939
```php
4040
$user = User::factory()->withSubscription($planId = 1000)->create();

1.x/spark-stripe/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function withSubscription($planId = null)
3737
}
3838
```
3939

40-
Once you have define the state method, you may use it when creating models via your factory:
40+
Once you have defined the state method, you may use it when creating models via your factory:
4141

4242
```php
4343
$user = User::factory()->withSubscription('plan_id')->create();

2.x/spark-paddle/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function withSubscription($planId = null)
3434
}
3535
```
3636

37-
Once you have define the state method, you may use it when creating models via your factory:
37+
Once you have defined the state method, you may use it when creating models via your factory:
3838

3939
```php
4040
$user = User::factory()->withSubscription($planId = 1000)->create();

2.x/spark-stripe/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function withSubscription($planId = null)
3838
}
3939
```
4040

41-
Once you have define the state method, you may use it when creating models via your factory:
41+
Once you have defined the state method, you may use it when creating models via your factory:
4242

4343
```php
4444
$user = User::factory()->withSubscription('price_id')->create();

0 commit comments

Comments
 (0)