From 3199829ba943bfadcdee02de9113dca6c20e0ef8 Mon Sep 17 00:00:00 2001 From: jgart <47760695+jgarte@users.noreply.github.com> Date: Tue, 26 Apr 2022 12:23:03 -0400 Subject: [PATCH] fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e2b0e5..dc18173 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Then define a new package specifically for HTML generation, in its definition: (defpackage flute-user (:use :cl :flute)) ``` -If you don't want to import all symbols, see [H Macro](#h-macro), which provide a similar interface as a tranditional Lisp HTML generation library. +If you don't want to import all symbols, see [H Macro](#h-macro), which provide a similar interface as a traditional Lisp HTML generation library. ## Using html elements ```