Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 23, 2023
1 parent 11955bc commit 881d88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ init <- function(data,
}

landing <- extract_landing(modules)
if (length(landing) > 1L) stop("teal only supports apps with one module of `tm_landing_poup` class.")
if (length(landing) > 1L) stop("teal only supports apps with one module of `tm_landing_popup` class.")
modules <- drop_landing(modules)

# resolve modules datanames
Expand Down

0 comments on commit 881d88f

Please sign in to comment.