From d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 27 Jun 2025 12:51:50 +0200 Subject: doc: Fix various typos and inconsistencies --- doc/concepts/target-cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/concepts/target-cache.md') diff --git a/doc/concepts/target-cache.md b/doc/concepts/target-cache.md index 4ebad03e..3d1547c6 100644 --- a/doc/concepts/target-cache.md +++ b/doc/concepts/target-cache.md @@ -235,7 +235,7 @@ choice would violate that projection property we rely upon. Consider the following target file (on a content-fixed root) as example. -``` +``` jsonc { "generated": {"type": "generic", "outs": ["out.txt"], "cmds": ["echo Hello > out.txt"]} , "export": {"type": "export", "target": "generated"} -- cgit v1.2.3