We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d959953 commit 6b05476Copy full SHA for 6b05476
app.R
@@ -15,7 +15,7 @@ ui <- fluidPage(
15
page_navbar(
16
title = "Git in theory",
17
theme = bs_theme(bootswatch ="minty"),
18
- nav_panel("Commiting",
+ nav_panel("Committing",
19
navset_card_tab(
20
nav_panel("Q1",
21
commitq2_ui("q2")),
mods/mod-commitq3.R
@@ -3,7 +3,7 @@ commitq3_ui <- function(id){
3
tagList(
4
h3("Can you find the version of code Camille needs for journal A?"),
5
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.'),
+ Once you find the right one, make sure to tag it so we can find it in the future.'),
7
8
div(id = ns("graph"),
9
div(
0 commit comments