Skip to content

Commit cb16097

Browse files
committed
fix typos
1 parent b6d898a commit cb16097

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inst/shiny/server.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ server <- function(input, output, session)
137137
# rv$data_status
138138
rv$number_of_uploads # trigger when data is changed
139139

140-
# initialize settings after grid has been succesfully read in
140+
# initialize settings after grid has been successfully read in
141141
if (rv$data_status == "passed") {
142142
n_elements <- rv$no_of_elements
143143
updateNumericInput(session, "par_min_match", value = n_elements - 1, min = 2, max = n_elements)
@@ -338,10 +338,10 @@ server <- function(input, output, session)
338338
Sys.sleep(.2)
339339
})
340340

341-
# allow download if excel has been created and saved succesfully
341+
# allow download if excel has been created and saved successfully
342342
if (file.exists(rv$excel_out_path)) {
343343
enable("btn_download_excel")
344-
sendSweetAlert(session, title = "Calculation succesful",
344+
sendSweetAlert(session, title = "Calculation successful",
345345
text = "You can now download the Excel file containing the results by clicking on the 'Download results' button",
346346
type = "success",
347347
btn_labels = "Ok", btn_colors = "#3085d6")

0 commit comments

Comments
 (0)