Skip to content

Commit

Permalink
Typo on google#78 (google#210)
Browse files Browse the repository at this point in the history
- [x] `npm run test` succeeds.
- [x] `npm run lint` succeeds.
- [x] Appropriate changes to README are included in PR.
  • Loading branch information
kant authored and grant committed Jun 12, 2018
1 parent 9802624 commit 2f3eb69
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 2f3eb69

Please sign in to comment.