diff --git a/pkg/server/ui/about.templ b/pkg/server/ui/about.templ
index c0c4213..23e11a4 100644
--- a/pkg/server/ui/about.templ
+++ b/pkg/server/ui/about.templ
@@ -52,7 +52,7 @@ templ About() {
There are a few special situations:
- - If no id is specified than a rendez-vous id is generated.
+ - If no rendez-vous id is specified than a rendez-vous id is generated.
- If the agent uses an id already in use by another agent, then converge server will
generate a new rendez-vous id.
diff --git a/teststats.sh b/teststats.sh
index 6126c42..59b4864 100755
--- a/teststats.sh
+++ b/teststats.sh
@@ -1,5 +1,6 @@
#!/bin/bash
+export TESTFLAGS=-v
testout="$( make test )"