Fix typo
This commit is contained in:
parent
cc59c5d120
commit
08b8322c88
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
`((div (@ (class "page-header"))
|
`((div (@ (class "page-header"))
|
||||||
(h1 ,($ 'title)
|
(h1 ,($ 'title)
|
||||||
(small ", an " ,($ 'emacs) " wrapper for " ,($ 'dispass))))w
|
(small ", an " ,($ 'emacs) " wrapper for " ,($ 'dispass))))
|
||||||
(div (@ (class "hero-unit"))
|
(div (@ (class "hero-unit"))
|
||||||
(p ,($ 'dispass) " is a passphrase generator. dispass.el wraps "
|
(p ,($ 'dispass) " is a passphrase generator. dispass.el wraps "
|
||||||
"it into a nice interface for " ,($ 'emacs) ".")
|
"it into a nice interface for " ,($ 'emacs) ".")
|
||||||
|
|
Loading…
Reference in a new issue