1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 01:44:03 +00:00

Twitter user -> Twitter site

This commit is contained in:
Samuel Štancl 2021-05-24 18:26:08 +02:00
parent fdd7064a00
commit 5732fc8a57
5 changed files with 7 additions and 7 deletions

View file

@ -73,7 +73,7 @@ test('thunks can be used as values', function () {
expect(seo('title'))->toBe('bar');
});
test('thunks can be used as deafults', function () {
test('thunks can be used as defaults', function () {
seo()->title(default: fn () => 'bar');
expect(seo('title'))->toBe('bar');