Skip to content

Commit df5cdb3

Browse files
committed
copy-paste fix
1 parent 2e7eaf2 commit df5cdb3

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

docs/basic-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ class User extends Model implements Customer
4343
Add the `HasWallet` trait and interface to `Item` model.
4444

4545
Starting from version 9.x there are two product interfaces:
46-
- For an unlimited number of products (`ProductLimitedInterface`);
47-
- For a limited number of products (`ProductInterface`);
46+
- For an unlimited number of products (`ProductInterface`);
47+
- For a limited number of products (`ProductLimitedInterface`);
4848

4949
An example with an unlimited number of products:
5050
```php

docs/cart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class User extends Model implements Customer
1919
Add the `HasWallet` trait and interface to `Item` model.
2020

2121
Starting from version 9.x there are two product interfaces:
22-
- For an unlimited number of products (`ProductLimitedInterface`);
23-
- For a limited number of products (`ProductInterface`);
22+
- For an unlimited number of products (`ProductInterface`);
23+
- For a limited number of products (`ProductLimitedInterface`);
2424

2525
An example with an unlimited number of products:
2626
```php

docs/gift.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class User extends Model implements Customer
1919
Add the `HasWallet` trait and interface to `Item` model.
2020

2121
Starting from version 9.x there are two product interfaces:
22-
- For an unlimited number of products (`ProductLimitedInterface`);
23-
- For a limited number of products (`ProductInterface`);
22+
- For an unlimited number of products (`ProductInterface`);
23+
- For a limited number of products (`ProductLimitedInterface`);
2424

2525
An example with an unlimited number of products:
2626
```php

docs/pay-free.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class User extends Model implements Customer
1919
Add the `HasWallet` trait and interface to `Item` model.
2020

2121
Starting from version 9.x there are two product interfaces:
22-
- For an unlimited number of products (`ProductLimitedInterface`);
23-
- For a limited number of products (`ProductInterface`);
22+
- For an unlimited number of products (`ProductInterface`);
23+
- For a limited number of products (`ProductLimitedInterface`);
2424

2525
An example with an unlimited number of products:
2626
```php

docs/payment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class User extends Model implements Customer
1919
Add the `HasWallet` trait and interface to `Item` model.
2020

2121
Starting from version 9.x there are two product interfaces:
22-
- For an unlimited number of products (`ProductLimitedInterface`);
23-
- For a limited number of products (`ProductInterface`);
22+
- For an unlimited number of products (`ProductInterface`);
23+
- For a limited number of products (`ProductLimitedInterface`);
2424

2525
An example with an unlimited number of products:
2626
```php

docs/refund.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class User extends Model implements Customer
1919
Add the `HasWallet` trait and interface to `Item` model.
2020

2121
Starting from version 9.x there are two product interfaces:
22-
- For an unlimited number of products (`ProductLimitedInterface`);
23-
- For a limited number of products (`ProductInterface`);
22+
- For an unlimited number of products (`ProductInterface`);
23+
- For a limited number of products (`ProductLimitedInterface`);
2424

2525
An example with an unlimited number of products:
2626
```php

0 commit comments

Comments
 (0)