Skip to content

Commit 8ff988c

Browse files
correction mineur
1 parent 8d8c08b commit 8ff988c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ shinyUI(fluidPage(
1010
sidebarLayout(
1111
sidebarPanel(
1212
withMathJax(),
13-
p("Une droite suit l'équation mathématique suivant: $$ y = ax + b $$ "),
13+
p("Une droite suit l'équation mathématique suivante: $$ y = ax + b $$ "),
1414
numericInput(inputId = "slope_ui", label = "Valeur de la pente (a)",
1515
value = 0.00, min = -10.00, max = 10.00, step = 0.5),
1616
p("Valeur par défaut : 0 "),

0 commit comments

Comments
 (0)