From 01d26a9fb1b7031f596cc6eb91cf389b66797f2e Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 9 Sep 2023 21:51:39 -0400 Subject: [PATCH] Fix typos --- R/text-index.R | 4 ++-- man/text_index.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/text-index.R b/R/text-index.R index 1f1f876..0ec3aec 100644 --- a/R/text-index.R +++ b/R/text-index.R @@ -3,9 +3,9 @@ #' Creates the necessary configuration string for an adapter to a text index for #' gene name search in the browser. #' -#' Note: this function currently only supports aggregate indeces. +#' Note: this function currently only supports aggregate indices. #' -#' For more information on JBrowse 2 text indeces, visit: +#' For more information on JBrowse 2 text indices, visit: #' \url{https://jbrowse.org/jb2/docs/config_guide/#text-searching} #' #' @param ix_uri the URI for the ix file diff --git a/man/text_index.Rd b/man/text_index.Rd index a443da6..decb2f5 100644 --- a/man/text_index.Rd +++ b/man/text_index.Rd @@ -23,9 +23,9 @@ Creates the necessary configuration string for an adapter to a text index for gene name search in the browser. } \details{ -Note: this function currently only supports aggregate indeces. +Note: this function currently only supports aggregate indices. -For more information on JBrowse 2 text indeces, visit: +For more information on JBrowse 2 text indices, visit: \url{https://jbrowse.org/jb2/docs/config_guide/#text-searching} } \examples{