gnu: ruby-markaby: Fix typo "Embedded".

* gnu/packages/ruby (ruby-markaby)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:36:55 -07:00
parent 50fceab07e
commit e54af3225d
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -2468,7 +2468,7 @@ (define-public ruby-markaby
(synopsis "Write HTML pages in pure Ruby")
(description
"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.")
(home-page "http://markaby.github.io/")
(license license:expat)))