Skip to content

Commit f941915

Browse files
kenjisdatamweb
andauthored
docs: fix typo
Co-authored-by: Pooya Parsa Dadashi <pooya_parsa_dadashi@yahoo.com>
1 parent db50153 commit f941915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if (session('magicLogin')) {
146146
This value sticks around in the session for 5 minutes. Once you no longer need to take any actions, you might want to delete the value from the session.
147147

148148
```php
149-
session()->removeTempData('magicLogin');
149+
session()->removeTempdata('magicLogin');
150150
```
151151

152152
#### Event

0 commit comments

Comments
 (0)