diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-27 02:02:35 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-27 03:05:11 +0100 |
commit | 684ca67dd9bdc368581976d18bdc8ba5c8fa072d (patch) | |
tree | ebdac5f1e91ac97cf5787ba514cf6502a240f770 /gnu | |
parent | 53ae35e4430fcf97dbea237d6fbde9cb9cb92382 (diff) | |
download | patches-684ca67dd9bdc368581976d18bdc8ba5c8fa072d.tar patches-684ca67dd9bdc368581976d18bdc8ba5c8fa072d.tar.gz |
gnu: nginx-documentation: Fix typo in synopsis.
* gnu/packages/web.scm (nginx-documentation)[synopis]: Add missing article.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index a31801f7b4..c8ad735423 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -356,7 +356,7 @@ 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)))) |