Skip to content

Commit

Permalink
Merge pull request #19 from hackedhorizon/main
Browse files Browse the repository at this point in the history
Fix a typo in the README file.
  • Loading branch information
MohmmedAshraf authored Apr 21, 2024
2 parents 10c97f3 + 43a0408 commit 1e8a9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ You can also use dynamic values to render icons:
- For language flags:

```blade
<x-icon name="flag-language-{{ $langauge->code }}" />
<x-icon name="flag-language-{{ $language->code }}" />
```


Expand Down

0 comments on commit 1e8a9dd

Please sign in to comment.