From 9de74d74f5b5c4fea6ceb3f4479fd8de03ab973c Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 29 Nov 2024 11:15:04 +0100 Subject: [PATCH] Fix typo: 'Compponents' (#8253) * Closes https://github.com/rerun-io/rerun/pull/8250/files --- crates/build/re_types_builder/src/codegen/docs/mod.rs | 2 +- docs/content/reference/types/archetypes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/build/re_types_builder/src/codegen/docs/mod.rs b/crates/build/re_types_builder/src/codegen/docs/mod.rs index 22123d734614..2deb26b120d6 100644 --- a/crates/build/re_types_builder/src/codegen/docs/mod.rs +++ b/crates/build/re_types_builder/src/codegen/docs/mod.rs @@ -92,7 +92,7 @@ impl CodeGenerator for DocsCodeGenerator { r"Archetypes are bundles of components for which the Rerun viewer has first-class built-in support. When logged, each archetype also includes an _indicator component_ which captures the intent of the logging code and triggers the activation of the corresponding visualizers. See -[Entities and Compponents](../../concepts/entity-component.md) and +[Entities and Components](../../concepts/entity-component.md) and [Visualizers and Overrides](../../concepts/visualizers-and-overrides.md) for more information. This page lists all built-in archetypes.", diff --git a/docs/content/reference/types/archetypes.md b/docs/content/reference/types/archetypes.md index 20ecbf830c6a..0bc8e5767ef5 100644 --- a/docs/content/reference/types/archetypes.md +++ b/docs/content/reference/types/archetypes.md @@ -7,7 +7,7 @@ order: 1 Archetypes are bundles of components for which the Rerun viewer has first-class built-in support. When logged, each archetype also includes an _indicator component_ which captures the intent of the logging code and triggers the activation of the corresponding visualizers. See -[Entities and Compponents](../../concepts/entity-component.md) and +[Entities and Components](../../concepts/entity-component.md) and [Visualizers and Overrides](../../concepts/visualizers-and-overrides.md) for more information. This page lists all built-in archetypes.