diff --git a/inst/apps/082-word-cloud/global.R b/inst/apps/082-word-cloud/global.R index ffbe2adaa3..1c7310b3e8 100644 --- a/inst/apps/082-word-cloud/global.R +++ b/inst/apps/082-word-cloud/global.R @@ -7,7 +7,7 @@ if (FALSE) { } # The list of valid books -books <<- list("A Mid Summer Night's Dream" = "summer", +books <<- list("A Midsummer Night's Dream" = "summer", "The Merchant of Venice" = "merchant", "Romeo and Juliet" = "romeo") diff --git a/inst/apps/082-word-cloud/server.R b/inst/apps/082-word-cloud/server.R index d6e493374d..ccfe3ed6c7 100644 --- a/inst/apps/082-word-cloud/server.R +++ b/inst/apps/082-word-cloud/server.R @@ -1,5 +1,5 @@ # Text of the books downloaded from: -# A Mid Summer Night's Dream: +# A Midsummer Night's Dream: # http://www.gutenberg.org/cache/epub/2242/pg2242.txt # The Merchant of Venice: # http://www.gutenberg.org/cache/epub/2243/pg2243.txt