Skip to content

Commit 638fe59

Browse files
committed
Spelling hygiene
1 parent a1a376e commit 638fe59

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

NEWS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
`use_github_action_check_full()`, `use_github_action_pr_commands()`,
77
to set up a GitHub Actions for a package (@jimhester).
88

9-
* We now recommend GitHub actions instead of travis or appveyor, and strongly
10-
recommended upgrading your packages.
9+
* We now recommend GitHub Actions instead of Travis-CI or AppVeyor, and strongly
10+
recommend upgrading your packages.
1111

1212
## Package creation
1313

@@ -74,7 +74,7 @@
7474
platform default (#767). It should do a better job of preserving UTF-8 files
7575
on windows (#969).
7676

77-
* `browse_github()` now always goes to the canonical Github site:
77+
* `browse_github()` now always goes to the canonical GitHub site:
7878
`https://github.com/user/repo`. This is slightly worse than the current
7979
behaviour but makes the function more consistent across packages, and
8080
considerably simplifies the implementation.

R/github-actions.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ check_uses_github_actions <- function(base_path = proj_get()) {
8686

8787
ui_stop(
8888
"
89-
Cannot detect that package {ui_value(project_name(base_path))} already uses Github Actions.
89+
Cannot detect that package {ui_value(project_name(base_path))} already uses GitHub Actions.
9090
Do you need to run {ui_code('use_github_actions()')}?
9191
"
9292
)

R/package.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ package_remote <- function(desc) {
7171
ui_stop("{ui_value(package)} was not installed from a supported remote.")
7272
}
7373

74-
# Github remotes don't get the 'RemoteType::' prefix
74+
# GitHub remotes don't get the 'RemoteType::' prefix
7575
if (identical(remote$RemoteType, "github")) {
7676
paste0(remote$RemoteUsername, "/", remote$RemoteRepo)
7777
} else {

inst/WORDLIST

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ frontmatter
4040
fs
4141
funder
4242
gc
43-
gh
4443
Git's
4544
github
4645
gitignore
@@ -64,6 +63,7 @@ Jenkinsfile
6463
Jupyter
6564
labelled
6665
learnr
66+
LF
6767
LGL
6868
libgit
6969
lifecycle

0 commit comments

Comments
 (0)