doc: correct typo

This commit is contained in:
Ádran Farias Carnavale 2024-07-27 11:34:04 -03:00 committed by GitHub
parent ad52e96f04
commit c551633c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ Using [mini.deps](https://github.com/echasnovski/mini.deps)
```lua
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 obj = vim
.system(