Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo on #078 #210

Merged
merged 1 commit into from
Jun 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Logs the user in. Saves the client credentials to an rc file.

### Logout

Logs out the user by deleteing client credentials.
Logs out the user by deleting client credentials.

#### Examples

Expand Down Expand Up @@ -290,7 +290,7 @@ INFO Sat Apr 07 2018 10:58:31 GMT-0700 (PDT) myFunction info message
Like `.gitignore`, `.claspignore` allows you to ignore files that you do not wish to not upload on `clasp push`. Steps:

1. Create a file called `.claspignore` in your project's root directory.
1. Add patterns as if it were a .gitignore, and they will be excluded from `clasp push`.
1. Add patterns as if it were a `.gitignore`, and they will be excluded from `clasp push`.

A sample `.claspignore` could look like:

Expand Down