summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-26 19:21:48 -0700
committerAndrew Godwin2022-11-26 19:21:48 -0700
commit93aaf119c5e359053620a894dfd0ab03030e1f44 (patch)
treea70c8421a92ab149b314d64899b191c77995c66e /docs
parentb500cd13f74fb0a737ec14d60d8e819acb01b95f (diff)
downloadtakahe-93aaf119c5e359053620a894dfd0ab03030e1f44.tar.gz
takahe-93aaf119c5e359053620a894dfd0ab03030e1f44.tar.bz2
takahe-93aaf119c5e359053620a894dfd0ab03030e1f44.zip
Fix lint in contrib doc
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 6d8bd37..3cfb890 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -97,7 +97,7 @@ Once your session is up and running, you can make yourself a superuser account::
And you can run the tests inside your container::
docker compose -f docker/docker-compose.yml exec web pytest
-
+
Coding Guidelines
-----------------
@@ -117,6 +117,6 @@ mean that we can't have nice JavaScript user interfaces and affordances, but all
basic functionality *should* be accessible without it.
We use `HTMX <https://htmx.org/>`_ for dynamically loading content, and
-`Hyperscript <https://hyperscript.org/>`_ for most interactions rather than raw
+`Hyperscript <https://hyperscript.org/>`_ for most interactions rather than raw
JavaScript. If you can accomplish what you need with these tools, please use them
rather than adding JS.