Skip to content

Commit 5c46260

Browse files
Merge pull request #722 from jhudsl/viz_sum_25
fix emoji
2 parents 4f3814a + 8965e3b commit 5c46260

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config_automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url-checker: true
1111
url_error_min: 2
1212
# Spell check Rmds and quizzes
1313
spell-check: true
14-
spell_error_min: 1
14+
spell_error_min: 2
1515

1616
#### Other options
1717
# Style any R code

modules/Data_Visualization/Data_Visualization.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ food_bar +
780780

781781
## Tip - Check what you plot {.codesmall}
782782

783-
:warning: May not be plotting what you think you are! :warning:
783+
⚠️ May not be plotting what you think you are! ⚠️
784784

785785
```{r, fig.width=5 , fig.height=3, fig.align='center'}
786786
ggplot(food, aes(x = item_ID,

0 commit comments

Comments
 (0)