Skip to content

Commit f793e7a

Browse files
committed
20250220 - typo
1 parent d00c7b9 commit f793e7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ The instructions to download and configure `git` software can be found [here](gi
430430
1. Stage changes to be committed
431431
- Stage all files in repo:
432432
```
433-
add:(repo, "*")
433+
add(repo, "*")
434434
```
435435
436436
- Stage files with a specific file extension:
@@ -464,7 +464,7 @@ The instructions to download and configure `git` software can be found [here](gi
464464
```
465465
466466
- Commit with a generated message using system or environment variables:
467-
467+
468468
```
469469
# example: include system date in commit message
470470
date <- format(Sys.Date(), format = %Y-%m-%d)

0 commit comments

Comments
 (0)