Skip to content

Commit

Permalink
more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinoa committed Mar 15, 2018
1 parent c16e82f commit c11665d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/feedback-wrappers.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#'
#' @inheritParams feedback
#' @param text default \code{"Ye be warned"} text string to display below input
#' @param color default \code{"#F89406"} the color of the feeback
#' @param color default \code{"#F89406"} the color of the feedback
#' @param icon default \code{icon("warning-sign", lib="glyphicon"))} a \code{shiny::icon} object
#'
#' @import shiny
Expand Down Expand Up @@ -62,7 +62,7 @@ feedbackWarning <- function(inputId, condition,
#'
#' @inheritParams feedback
#' @param text default \code{"Danger, turn back"} text string to display below input
#' @param color default \code{"#d9534f"} the color of the feeback
#' @param color default \code{"#d9534f"} the color of the feedback
#' @param icon default \code{icon("exclamation-sign", lib="glyphicon"))} a \code{shiny::icon} object
#'
#' @import shiny
Expand Down Expand Up @@ -119,7 +119,7 @@ feedbackDanger <- function(inputId, condition,
#'
#' @inheritParams feedback
#' @param text default \code{NULL} text string to display below input
#' @param color default \code{"#5cb85c"} the color of the feeback
#' @param color default \code{"#5cb85c"} the color of the feedback
#' @param icon default \code{icon("ok", lib="glyphicon"))} a \code{shiny::icon} object
#'
#' @import shiny
Expand Down
2 changes: 1 addition & 1 deletion man/feedbackDanger.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/feedbackSuccess.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/feedbackWarning.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c11665d

Please sign in to comment.