[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: website: contribute: Fix a couple typos.
From: |
David Thompson |
Subject: |
01/01: website: contribute: Fix a couple typos. |
Date: |
Wed, 13 May 2015 13:23:15 +0000 |
davexunit pushed a commit to branch master
in repository guix-artwork.
commit e44856a32631dfd11bdb08ff3b272a3840fb1bb0
Author: David Thompson <address@hidden>
Date: Wed May 13 09:21:07 2015 -0400
website: contribute: Fix a couple typos.
* website/www/contribute.scm (contribute-page): Fix minor typos.
---
website/www/contribute.scm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/www/contribute.scm b/website/www/contribute.scm
index 4485b7f..7b9e582 100644
--- a/website/www/contribute.scm
+++ b/website/www/contribute.scm
@@ -50,7 +50,7 @@ documentation, presentations, and promotional items. ")
the project is available in the "
(a (@ (href
"http://git.savannah.gnu.org/cgit/guix/guix-artwork.git"))
"guix-artwork")
- "repository. ")
+ " repository. ")
(a (@ (href
"http://lists.gnu.org/mailman/listinfo/guix-devel")
(class "hlink-more-dark"))
"Contribute"))
@@ -98,7 +98,7 @@ distribution can be found "
for the components of the system. ")
(p "You will find it useful to browse the "
(a (@ (href ,(gnu-url "software/guile/manual")))
- "Guile's manual")
+ "Guile manual")
" or other "
(a (@ (href
"https://schemers.org/Documents/#intro-texts"))
"introductory material about Scheme")