mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ruby-markaby: Fix typo "Embedded".
* gnu/packages/ruby (ruby-markaby)[description]: Fix typo.
This commit is contained in:
parent
50fceab07e
commit
e54af3225d
1 changed files with 1 additions and 1 deletions
|
@ -2468,7 +2468,7 @@ (define-public ruby-markaby
|
||||||
(synopsis "Write HTML pages in pure Ruby")
|
(synopsis "Write HTML pages in pure Ruby")
|
||||||
(description
|
(description
|
||||||
"Markaby allows writing HTML packages in pure Ruby. This is similar to
|
"Markaby allows writing HTML packages in pure Ruby. This is similar to
|
||||||
the functionality provided by @acronym{ERB, Embeded Ruby}, but without the
|
the functionality provided by @acronym{ERB, Embedded Ruby}, but without the
|
||||||
mixture of HTML and additional ERB syntax.")
|
mixture of HTML and additional ERB syntax.")
|
||||||
(home-page "http://markaby.github.io/")
|
(home-page "http://markaby.github.io/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue