Skip to content

Commit 7cd719e

Browse files
committed
Fix typo
1 parent 513037d commit 7cd719e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/unlayer.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
| Unlayer Project ID
77
|--------------------------------------------------------------------------
88
| This is the project ID from Unlayer. You can get it from the project settings page:
9-
| 1. Log in to the Unlayer dabshboard and open https://dashboard.unlayer.com/projects
10-
| 2. Select or create a Project from, URL will be like https://dashboard.unlayer.com/projects/1234/design/templates, where 1234 is a project ID.
9+
| 1. Log in to the Unlayer dashboard and open https://dashboard.unlayer.com/projects
10+
| 2. Select or create a Project from, URL will be like https://dashboard.unlayer.com/projects/42/design/templates, where 42 is a project ID.
1111
*/
1212
'project_id' => env('UNLAYER_PROJECT_ID'),
1313

@@ -20,7 +20,7 @@
2020
| @see https://docs.unlayer.com/docs/templates
2121
|
2222
| To find your project ID:
23-
| 1. Open Unlayer dabshboard and open https://dashboard.unlayer.com/projects
23+
| 1. Open Unlayer dashboard and open https://dashboard.unlayer.com/projects
2424
| 2. Select a project and template, URL will be like https://dashboard.unlayer.com/projects/42/design/templates/43, where 42 is a project ID, 43 is a temple ID.
2525
*/
2626
'template_id' => env('UNLAYER_DEFAULT_TEMPLATE_ID'),

0 commit comments

Comments
 (0)