Skip to content

Commit

Permalink
Merge pull request #129 from conao3/main
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
tani authored Mar 15, 2024
2 parents 1615114 + 8f3c2b6 commit b44407a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ require('jetpack.paq') {

=== Configuration Variables

We provides configuration variables to change the internal behaviors:
We provide configuration variables to change the internal behaviors:
copying files, downloading plugins.

`g:jetpack_download_method`::
Expand All @@ -229,7 +229,7 @@ let g:jetpack_download_method = 'curl'
----
====

=== Configuration Prameters
=== Configuration Parameters

CAUTION: You might be able to use another configuration parameters,
you can use `on_cmd` in vim-plug style for example,
Expand Down Expand Up @@ -478,7 +478,7 @@ You have to declare the specified plugins by `use` function.

==== Modern packer.nvim/ paq.nvim style

WARNING: Mordern packer.nvim style is still experimental.
WARNING: Modern packer.nvim style is still experimental.
The configuration parameters might be changed in the future.

You can pass the configuration parameters to a table as follows.
Expand Down

0 comments on commit b44407a

Please sign in to comment.