lib/softcover/template/chapters/a_chapter.md in softcover-0.6.1 vs lib/softcover/template/chapters/a_chapter.md in softcover-0.6.2
- old
+ new
@@ -12,10 +12,10 @@
### Source code
This is a subsection.
-You can typeset code samples and other verbatim text using four space of indentation:
+You can typeset code samples and other verbatim text using four spaces of indentation:
def hello
puts "hello, world"
end