From 2bf19572b20c913c420cf6ecbc3d39f26f18aadc Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 27 Aug 2026 10:40:01 +1200 Subject: [PATCH 1/2] fix: correct a typo in the `color` entity's DSL documentation "meterial" -> "material", and regenerate the DSL cheat sheet. --- documentation/dsls/DSL-BB.md | 2 +- lib/bb/dsl.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/dsls/DSL-BB.md b/documentation/dsls/DSL-BB.md index 9e92337..ad5f6af 100644 --- a/documentation/dsls/DSL-BB.md +++ b/documentation/dsls/DSL-BB.md @@ -373,7 +373,7 @@ The material of the visual element ### topology.link.visual.material.color -The color of the meterial +The color of the material diff --git a/lib/bb/dsl.ex b/lib/bb/dsl.ex index 7ca3031..80815f2 100644 --- a/lib/bb/dsl.ex +++ b/lib/bb/dsl.ex @@ -660,7 +660,7 @@ defmodule BB.Dsl do @color %Entity{ name: :color, describe: """ - The color of the meterial + The color of the material """, target: BB.Dsl.Color, identifier: {:auto, :unique_integer}, From 82ebd8b332a1aff23f9edd787b29fce3d8ae6329 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 27 Aug 2026 10:53:40 +1200 Subject: [PATCH 2/2] scratch: trigger a workflow run