diff --git a/R/content.R b/R/content.R index 0a9796a0..39397b1d 100644 --- a/R/content.R +++ b/R/content.R @@ -35,7 +35,7 @@ Content <- R6::R6Class( self$connect$GET(url) }, #' @description Download the source archive for a content bundle. - #' @param bundle_id The bundle identifer. + #' @param bundle_id The bundle identifier. #' @param filename Where to write the result. #' @param overwrite Overwrite an existing filename. bundle_download = function( @@ -58,7 +58,7 @@ Content <- R6::R6Class( return(filename) }, #' @description Delete a content bundle. - #' @param bundle_id The bundle identifer. + #' @param bundle_id The bundle identifier. bundle_delete = function(bundle_id) { url <- v1_url("content", self$content$guid, "bundles", bundle_id) self$connect$DELETE(url) diff --git a/man/Content.Rd b/man/Content.Rd index 8d564492..5e33918c 100644 --- a/man/Content.Rd +++ b/man/Content.Rd @@ -134,7 +134,7 @@ Other R6 classes: \subsection{Arguments}{ \if{html}{\out{
}} \describe{ - \item{\code{bundle_id}}{The bundle identifer.} + \item{\code{bundle_id}}{The bundle identifier.} \item{\code{filename}}{Where to write the result.} \item{\code{overwrite}}{Overwrite an existing filename.} } @@ -155,7 +155,7 @@ Other R6 classes: \subsection{Arguments}{ \if{html}{\out{
}} \describe{ - \item{\code{bundle_id}}{The bundle identifer.} + \item{\code{bundle_id}}{The bundle identifier.} } \if{html}{\out{
}} }