Skip to content

Commit eb219f7

Browse files
authored
fix typo (#43)
1 parent 611dbfb commit eb219f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<p align="center">
3737
<img src="https://user-images.githubusercontent.com/41671631/176990490-aeb6111b-41ea-4767-bc03-c0aee4774a4e.png"
3838
height = "40%"
39-
widht = "40%"
39+
width = "40%"
4040
/>
4141
</p>
4242

@@ -88,7 +88,7 @@ fast speed and modernity.
8888

8989
## Usage
9090

91-
- Click button `Use this template` It will genereate a new repo based on dope on your github
91+
- Click button `Use this template` It will generate a new repo based on dope on your GitHub
9292

9393
### Cli tool
9494

@@ -100,7 +100,7 @@ the plugins in `ui,editor` modules not load.
100100

101101
## How to install plugins
102102

103-
dope use [lazy.nvim](https://github.com/folk/lazy.nvim) as package mangement plugin. register a plugin in `package.lua` by using dope api `require('core.pack').package`. more useage check the
103+
dope use [lazy.nvim](https://github.com/folk/lazy.nvim) as package management plugin. register a plugin in `package.lua` by using dope api `require('core.pack').package`. more usage check the
104104
lazy.nvim doc and you can some examples in package.lua file.
105105

106106
### How to create module
@@ -129,7 +129,7 @@ have many vim mode remap you can config them in `keymap/other-file.lua` in dope
129129
example file. Then config plugins keymap in `keymap/init.lua`. the example of api usage
130130

131131
```lua
132-
-- genreate keymap in noremal mode
132+
-- generate keymap in noremal mode
133133
nmap {
134134
-- packer
135135
{'<Leader>pu',cmd('Lazy update'),opts(noremap,silent,'Lazy update')},

bin/dope

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if argument == 'help' then
5959
local usage = {
6060
{ '\tinstall', ' install Plugins' },
6161
{ '\tupdate ', ' update Plugins' },
62-
{ '\tclean ', ' clean the direcotries' },
62+
{ '\tclean ', ' clean the directories' },
6363
{ '\tdoctor ', ' check the plugins info' },
6464
{ '\tmodules', ' Show all modules' },
6565
{ '\tdebug ', ' dynamic disable modules for debug' },

0 commit comments

Comments
 (0)