aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Sim <russell.sim@gmail.com>2022-09-18 15:56:04 +0200
committerSean Whitton <spwhitton@spwhitton.name>2022-09-22 14:15:11 -0700
commit22d15645c21872184199635d06108b27c8b4d1e9 (patch)
treed747e5ae9863206f6a00aef00f847bb3d2b45bbd
parent5dd1dd76b1ab25726c67cf8fe4e85d066e60c507 (diff)
downloadconsfigurator-22d15645c21872184199635d06108b27c8b4d1e9.tar.gz
doc/introduction.rst: correct typo
Fix a minor typo preventing the block from being loaded. Signed-off-by: Russell Sim <russell.sim@gmail.com>
-rw-r--r--doc/introduction.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/introduction.rst b/doc/introduction.rst
index 1026aae..699be76 100644
--- a/doc/introduction.rst
+++ b/doc/introduction.rst
@@ -62,7 +62,7 @@ Try it out / quick start
"Here is my file content.
It's multiline. CL-INTERPOL and CL-HEREDOC are also available; the
latter is particularly useful for shell scripts.")
- (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines""))
+ (file:has-content "/etc/bar" '("or" "specify" "a" "list" "of" "lines"))
(file:contains-lines "/etc/some.conf" "FOO=bar") ; preserve rest of file contents
;; This will call debootstrap(1) in a way which respects the apt