Skip to content

Commit

Permalink
More typos (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored May 22, 2024
1 parent 04a722a commit 46a2ee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@

## MAJOR CHANGES

- the markdown extension 'ingore_math' was replaced with 'latex_math'.
- the markdown extension 'ignore_math' was replaced with 'latex_math'.

- users can now use the markdown.HTML.stylesheet option to override the package default stylesheet.

Expand Down
2 changes: 1 addition & 1 deletion R/rpubs.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rpubsUpload <- function(title,
if (!file.exists(htmlFile))
stop("specified htmlFile does not exist")
if (!is.list(properties))
stop("properties paramater must be a named list")
stop("properties parameter must be a named list")

parseHeader <- function(header) {
split <- strsplit(header, ": ")[[1]]
Expand Down

0 comments on commit 46a2ee9

Please sign in to comment.