From aa1fcdeaff4315b028a130a86b435752b46bf6fa Mon Sep 17 00:00:00 2001 From: Trevor Stone Date: Tue, 25 Oct 2022 06:47:22 -0600 Subject: [PATCH] Fix documentation typo: s/fotmat/format/ (#28) --- doc/vim-jsonnet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim-jsonnet.txt b/doc/vim-jsonnet.txt index 63a3fbf..87f8387 100644 --- a/doc/vim-jsonnet.txt +++ b/doc/vim-jsonnet.txt @@ -60,7 +60,7 @@ Use this option to auto |:JsonnetFmt| on save. By default it's enabled > < *'g:jsonnet_command'* -Use this option to define which tool is used to fotmat. By default `jsonnet` is +Use this option to define which tool is used to format. By default `jsonnet` is used > let g:jsonnet_command = "jsonnet"