Skip to content

Commit 6b05476

Browse files
committed
Corrected another typo
1 parent d959953 commit 6b05476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ui <- fluidPage(
1515
page_navbar(
1616
title = "Git in theory",
1717
theme = bs_theme(bootswatch ="minty"),
18-
nav_panel("Commiting",
18+
nav_panel("Committing",
1919
navset_card_tab(
2020
nav_panel("Q1",
2121
commitq2_ui("q2")),

mods/mod-commitq3.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ commitq3_ui <- function(id){
33
tagList(
44
h3("Can you find the version of code Camille needs for journal A?"),
55
p('Using your mouse click to checkout each version Camille saved.
6-
Once you find the right one make sure to tag it so we can find it in the future.'),
6+
Once you find the right one, make sure to tag it so we can find it in the future.'),
77

88
div(id = ns("graph"),
99
div(

0 commit comments

Comments
 (0)