Skip to content

Commit ec895ff

Browse files
Update README.md
redundant letters
1 parent 3c14c66 commit ec895ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ If you're supporting multiple locales in your project you will probably want to
367367
@foreach(LaravelLocalization::getSupportedLocales() as $localeCode => $properties)
368368
<li>
369369
<a rel="alternate" hreflang="{{$localeCode}}" href="{{LaravelLocalization::getLocalizedURL($localeCode) }}">
370-
{{{ $properties['native'] }}}
370+
{{ $properties['native'] }}
371371
</a>
372372
</li>
373373
@endforeach

0 commit comments

Comments
 (0)