From 00e8f64339d9f146ba7b143207b6c242c661d958 Mon Sep 17 00:00:00 2001 From: James Elliott Date: Mon, 28 Jul 2025 18:41:07 +0000 Subject: [PATCH] Fix what seems to be a typo --- .../modules/ROOT/pages/configure-assembly-profiles.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assembler/modules/ROOT/pages/configure-assembly-profiles.adoc b/docs/assembler/modules/ROOT/pages/configure-assembly-profiles.adoc index 3e15702..38705a6 100644 --- a/docs/assembler/modules/ROOT/pages/configure-assembly-profiles.adoc +++ b/docs/assembler/modules/ROOT/pages/configure-assembly-profiles.adoc @@ -46,7 +46,7 @@ NOTE: The main navigation has already been built by the time Assembler runs. That means that any preprocessor conditionals in nav files have already been evaluated and are not evaluated again. The alternate navigation provides a way to have nav files evaluated while Assembler is running. -The simplest way to specify alternate navigation is to declare the `nav` key inside the `ext.assembly` key in the component version descriptor. +The simplest way to specify alternate navigation is to declare the `nav` key inside the `ext.assembler` key in the component version descriptor. If no other profiles are defined, this profile will be used by default. .antora.yml -- GitLab