doc: correct typo
This commit is contained in:
parent
ad52e96f04
commit
c551633c1e
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ Using [mini.deps](https://github.com/echasnovski/mini.deps)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local deps = require "mini.deps"
|
local deps = require "mini.deps"
|
||||||
deps.later(function() -- Or `deps.nor` if you want this to be loaded immediately
|
deps.later(function() -- Or `deps.now` if you want this to be loaded immediately
|
||||||
local build = function(args)
|
local build = function(args)
|
||||||
local obj = vim
|
local obj = vim
|
||||||
.system(
|
.system(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue