From 4e3b46ea2f758ebddf3f3b3f3379c58082cbd8b8 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 15 Oct 2024 19:23:24 +0200 Subject: [PATCH] Fix a typo --- backends/manual/templates/index.adoc.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backends/manual/templates/index.adoc.erb b/backends/manual/templates/index.adoc.erb index 6ce04174bb..b57680656b 100644 --- a/backends/manual/templates/index.adoc.erb +++ b/backends/manual/templates/index.adoc.erb @@ -2,11 +2,11 @@ = <%= manual.marketing_name %> -The following verions of the manual can be found here: +The following versions of the manual can be found here: <%- versions.each do |version| -%> * xref:<%= version.marketing_version %>@<%= manual.name %>:ROOT:index.adoc[Version <%= version.marketing_version %>] <%- end -%> This site was generated using https://github.com/riscv-software-src/riscv-unified-db[riscv-unified-db], -at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>. \ No newline at end of file +at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>.