Skip to content

Commit bb97e1d

Browse files
authored
Merge pull request #16 from harrisonratcliffe/patch-1
fix 'bisic' typo to 'basic'
2 parents 638b8ce + 0802c3f commit bb97e1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guide/define-plans.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ The incantation above conjures the following magical JSON representation:
6565
"max_teams": 5
6666
},
6767
"planId": {
68-
"monthly": "bisic_price_monthly",
69-
"yearly": "bisic_price_yearly"
68+
"monthly": "basic_price_monthly",
69+
"yearly": "basic_price_yearly"
7070
},
7171
"trialDays": 7,
7272
"monthlyIncentive": null,
@@ -85,7 +85,7 @@ PlanCraft::create('basic', 'Basic', '12', 'Monthly', [
8585
], [
8686
'max_chirps' => 2,
8787
'max_teams' => 5,
88-
], 'bisic_price_monthly')
88+
], 'basic_price_monthly')
8989
->description('Basic plan users can create 10 Chirps per team and create 5 Teams.')
9090
->trialDays(7);
9191
```
@@ -112,7 +112,7 @@ PlanCraft::create('basic', 'Basic', '12', 'Monthly', [
112112
"max_teams": 5
113113
},
114114
"planId": {
115-
"monthly": "bisic_price_monthly"
115+
"monthly": "basic_price_monthly"
116116
},
117117
"trialDays": 7,
118118
"monthlyIncentive": null,

0 commit comments

Comments
 (0)