Skip to content

Commit dfe6ea6

Browse files
authored
Merge pull request #95 from lu-zero/typo
Fix a typo
2 parents e0972b8 + 7a91766 commit dfe6ea6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backends/manual/templates/index.adoc.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
= <%= manual.marketing_name %>
44

5-
The following verions of the manual can be found here:
5+
The following versions of the manual can be found here:
66

77
<%- versions.each do |version| -%>
88
* xref:<%= version.marketing_version %>@<%= manual.name %>:ROOT:index.adoc[Version <%= version.marketing_version %>]
99
<%- end -%>
1010

1111
This site was generated using https://github.com/riscv-software-src/riscv-unified-db[riscv-unified-db],
12-
at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>.
12+
at commit <%= `git rev-parse HEAD` %><%- unless `git status -s`.empty? -%>, with dirty state<%- end -%>.

0 commit comments

Comments
 (0)