aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-23 16:08:50 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-09-23 16:08:50 +0200
commit0720d2103d9e524becae6c8feb856b1848e7ed79 (patch)
tree9e7ec69c9afaace54464b0bfe08a9779eda68834
parenta94abdee98510f58367355d0643256c207203f7e (diff)
doc: fix typo on nx-router description
-rw-r--r--haunt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt.scm b/haunt.scm
index cc602bb..27884e8 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -106,7 +106,7 @@ handling functionality in Nyxt by introducing" (code "router") " objects users
can include in their configuration to define redirects, blocklists, and resource
openers with an easy and declarative syntax.")
(p "It aims to be simple while staying composable and flexible.
-Routes are defined like this:")
+Routers are defined like this:")
,(highlight-code
"(make-instance 'router:redirector
:route \"https://([\\w'-]+)\\.fandom.com/wiki/(.*)\"