Skip to content

Commit

Permalink
Fix typo on Vim landing page in plugin support section (#172)
Browse files Browse the repository at this point in the history
Removed an orphan `gr` before the `vim-go` link.
  • Loading branch information
ecklf authored and arcticicestudio committed Jul 31, 2019
1 parent 2932e46 commit fd3f895
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,8 @@ const SectionPluginSupport = ({ assets }) => (
</Visualization>
<Text>
<Subline>
Beautiful syntax highlighting with support for gr
<Link href="https://github.com/fatih/vim-go">vim-go</Link> and{" "}
<Link href="https://github.com/vim-airline/vim-airline">vim-airline</Link>.
Beautiful syntax highlighting with support for <Link href="https://github.com/fatih/vim-go">vim-go</Link>{" "}
and <Link href="https://github.com/vim-airline/vim-airline">vim-airline</Link>.
</Subline>
</Text>
</FeatureDuo>
Expand Down

0 comments on commit fd3f895

Please sign in to comment.