diff --git a/man/Button.Rd b/man/Button.Rd index 75873f02..d96917e5 100644 --- a/man/Button.Rd +++ b/man/Button.Rd @@ -349,7 +349,7 @@ library(shiny.fluent) library(shinyjs) # This example app shows how to use a Fluent UI Button to trigger a file upload. -# File upload is not natively supported by shiny.fluent, so shinyjs is used +# File upload is not natively supported by shiny.fluent so shinyjs is used # to trigger the file upload input. ui <- function(id) { ns <- NS(id) @@ -403,8 +403,8 @@ library(shiny.fluent) library(shinyjs) # This example app shows how to use a Fluent UI Button to trigger a file download. -# File download is not natively supported by shiny.fluent, so shinyjs is used -# to trigger the file upload input. +# File download is not natively supported by shiny.fluent so shinyjs is used +# to trigger the file download. ui <- function(id) { ns <- NS(id) fluentPage(