Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/dsls/DSL-BB.md
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
2 changes: 1 addition & 1 deletion lib/bb/dsl.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down
Loading