diff --git a/inst/examples/Button3.R b/inst/examples/Button3.R index 291f6e8f..02db36ef 100644 --- a/inst/examples/Button3.R +++ b/inst/examples/Button3.R @@ -5,7 +5,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) diff --git a/inst/examples/Button4.R b/inst/examples/Button4.R index 98a6ee44..0bbead06 100644 --- a/inst/examples/Button4.R +++ b/inst/examples/Button4.R @@ -5,8 +5,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(