From c7b7b6e843ecb2743749575ffe08d0e5e7ead0e7 Mon Sep 17 00:00:00 2001 From: Josh Liburdi Date: Sat, 9 Dec 2023 18:20:39 +0000 Subject: [PATCH] docs: typo --- .../build/config/transform/meta/crash_program/config.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/build/config/transform/meta/crash_program/config.jsonnet b/examples/build/config/transform/meta/crash_program/config.jsonnet index 910b769c..d8f9c851 100644 --- a/examples/build/config/transform/meta/crash_program/config.jsonnet +++ b/examples/build/config/transform/meta/crash_program/config.jsonnet @@ -1,4 +1,4 @@ -// This example shows how to intentionally crash a program if a trasnform +// This example shows how to intentionally crash a program if a transform // does not produce an output. This technique can be used to provide strict // guarantees about the result of data transformations. local sub = import '../../../../../../build/config/substation.libsonnet';