From fc364c171f0e4c2d0af466e51edc2d071c41493e Mon Sep 17 00:00:00 2001 From: DivadNojnarg Date: Thu, 23 May 2024 20:17:32 +0200 Subject: [PATCH] doc issue --- R/f7Login.R | 4 ++-- man/authentication.Rd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/f7Login.R b/R/f7Login.R index 6b4ccd87..53e1cfc1 100644 --- a/R/f7Login.R +++ b/R/f7Login.R @@ -5,8 +5,8 @@ #' @note There is an input associated with the login status, namely `input$login`. #' It is linked to an action button, `input$submit`, which is 0 when the application starts. As soon #' as the button is pressed, its value is incremented which may be used to call -#' \link{udpateF7Login}. `input$user` and `input$password` contains values passed -#' by the user in these respective fields and can be forwarded to \link{udpateF7Login}. +#' \link{updateF7Login}. `input$user` and `input$password` contains values passed +#' by the user in these respective fields and can be forwarded to \link{updateF7Login}. #' #' @param ... Slot for inputs like password, text, ... #' @param id Login unique id. diff --git a/man/authentication.Rd b/man/authentication.Rd index 91f19693..bd9cfb1c 100644 --- a/man/authentication.Rd +++ b/man/authentication.Rd @@ -59,8 +59,8 @@ are provided but no validity checks are made. There is an input associated with the login status, namely \code{input$login}. It is linked to an action button, \code{input$submit}, which is 0 when the application starts. As soon as the button is pressed, its value is incremented which may be used to call -\link{udpateF7Login}. \code{input$user} and \code{input$password} contains values passed -by the user in these respective fields and can be forwarded to \link{udpateF7Login}. +\link{updateF7Login}. \code{input$user} and \code{input$password} contains values passed +by the user in these respective fields and can be forwarded to \link{updateF7Login}. } \examples{ library(shiny)