diff options
author | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-19 17:57:10 +0200 |
---|---|---|
committer | Sascha Roloff <sascha.roloff@huawei.com> | 2025-05-20 18:57:52 +0200 |
commit | e857c30b1da19e146bd851800b01cda5fb772394 (patch) | |
tree | 66353483984ef7977cfeb36335d36ca8fd0938a5 /doc | |
parent | fcf57985e05d709b3e7a0655010cec01903a4b40 (diff) | |
download | justbuild-e857c30b1da19e146bd851800b01cda5fb772394.tar.gz |
invocation server: fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/invocations-http-server/templates/invocation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/invocations-http-server/templates/invocation.html b/doc/invocations-http-server/templates/invocation.html index a155e9e1..2e2f0a26 100644 --- a/doc/invocations-http-server/templates/invocation.html +++ b/doc/invocations-http-server/templates/invocation.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block heading %} -Inocations {{invocation | e}} +Invocation {{invocation | e}} {% endblock %} {% macro show_action(action, first = false) %} |