Skip to content

Commit a8f2eff

Browse files
authored
Fixed typo
1 parent b3de0cf commit a8f2eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/sections/configuration/basic_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ Favicons could be used easily. There are two different ways to do this. Take in
3535

3636
- __`['use_ico_only' => true, 'use_full_favicon' => false]`__
3737

38-
Whit the previous configuration, the file `public/favicons/favicon.ico` will be used.
38+
With the previous configuration, the file `public/favicons/favicon.ico` will be used.
3939

4040
- __`['use_ico_only' => false, 'use_full_favicon' => true]`__
4141

42-
Whit the previous configuration, multiple favicon files located on the `public/favicons/` folder will be used. The current code to use multiple favicons is the next one:
42+
With the previous configuration, multiple favicon files located on the `public/favicons/` folder will be used. The current code to use multiple favicons is the next one:
4343

4444
```blade
4545
<link rel="shortcut icon" href="{{ asset('favicons/favicon.ico') }}"/>

0 commit comments

Comments
 (0)