From ad43ef0b09447ad4cae0cbbd6d8da9d3d112690c Mon Sep 17 00:00:00 2001
From: jlopez <jimmy.lopez0023@gmail.com>
Date: Thu, 7 Jun 2018 12:02:33 +0200
Subject: [PATCH] Fix typo

---
 pages/pages_def_home.R | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pages/pages_def_home.R b/pages/pages_def_home.R
index 96bc753..4e1f26c 100755
--- a/pages/pages_def_home.R
+++ b/pages/pages_def_home.R
@@ -8,13 +8,13 @@ tabHome = fluidPage(align="left",
                              status="primary",
                              solidHeader = TRUE,
                              tags$b("Bioinformatics tools: "),
-                             p("Select each tool by clicking on the corresponding field in the table. They appear in the field so below."),
+                             p("Select each tool by clicking on the corresponding field in the table. They appear in the field below."),
                              tags$b("CRAN R Packages: "),
-                             p("Search your package in the filed 'Package' and click on the name of your package to select it."),
+                             p("Select each tool by clicking on the corresponding field in the table. They appear in the field below."),
                              tags$b("Bioconductor R Packages: "),
-                             p("Search your package in the filed 'Package' and click on the name of your package to select it."),
+                             p("Select each tool by clicking on the corresponding field in the table. They appear in the field below."),
                              tags$b("Github R Packages: "),
-                             p("Add your tools by clicking on the corresponding field in the table. They appear in the field so below."),
+                             p("Select each tool by clicking on the corresponding field in the table. They appear in the field below."),
                              p("Use 'Generate' button to generate your recipe in the preview area then copy/paste the text or use dowload button to get your file."),
                              tags$b("To build the image from the recipes file named ubuntu6.10_stacks2.0.simg :"),
                              p("sudo singularity build ubuntu6.10_stacks2.0.simg ubuntu6.10_stacks2.0.recipes"),
-- 
GitLab