Skip to content

Commit a4ea2ff

Browse files
committed
Spellcheck
1 parent cc230ba commit a4ea2ff

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Description: Interact with Google Sheets through the Sheets API
1414
"application programming interface"; the Sheets API allows users to
1515
interact with Google Sheets programmatically, instead of via a web
1616
browser. The "v4" refers to the fact that the Sheets API is currently
17-
at version 4. This package helps the user to retrieve Sheet metatdata
17+
at version 4. This package helps the user to retrieve Sheet metadata
1818
and to read data out of specific worksheets or ranges into an R
1919
object, such as a data frame.
2020
License: MIT + file LICENSE

inst/WORDLIST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ pre
3030
programmatically
3131
readr
3232
readxl
33+
reprex
3334
Roundtripping
3435
shortcodes
3536
Shortcodes

man/googlesheets4-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/articles/googlesheets4-reprex.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ sheets_get("YOUR_SHEET_ID_OR_URL_GOES_HERE")
6767

6868
If you can't create a world-readable example Sheet, perhaps you can still share one with specific individuals, such as a package maintainer. How to share with specific user(s):
6969

70-
* In the browser: *Share* (big green button) > *Peaple* > *Enter names or email addresses*.
70+
* In the browser: *Share* (big green button) > *People* > *Enter names or email addresses*.
7171
* Using googledrive:
7272

7373
```{r eval = FALSE}

0 commit comments

Comments
 (0)