Skip to content

Commit

Permalink
Fix typo in hero link for lightline on vim page (#165)
Browse files Browse the repository at this point in the history
Fixed the missing letter `t` in the hero link for _lightline_.

Fixes GH-164
  • Loading branch information
Jose M. Murinello authored and arcticicestudio committed Jul 15, 2019
1 parent d799131 commit 177f290
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const SectionHero = ({ assets }) => {
<Subline>
Build for Vim&apos;s terminal- and GUI mode with <em>true colors</em> and support for many third-party
syntax and UI plugins including bundled themes for{" "}
<Link href="https://github.com/itchyny/lightline.vim">lighline.vim</Link> and{" "}
<Link href="https://github.com/itchyny/lightline.vim">lightline.vim</Link> and{" "}
<Link href="https://github.com/vim-airline/vim-airline">vim-airline</Link>.
</Subline>
<Actions>
Expand Down

0 comments on commit 177f290

Please sign in to comment.