gnu: nginx-documentation: Fix typo in synopsis.

* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-27 02:02:35 +00:00
parent 53ae35e443
commit 684ca67dd9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -356,7 +356,7 @@ (define-public nginx-documentation
("libxslt" ,libxslt)
("nginx-xslscript" ,nginx-xslscript)))
(home-page "https://nginx.org")
(synopsis "Documentation for nginx web server")
(synopsis "Documentation for the nginx web server")
(description
"This package provides HTML documentation for the nginx web server.")
(license l:bsd-2))))