Skip to content

Commit

Permalink
[#324] fixed readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chnfyi authored Nov 29, 2024
1 parent e802e04 commit a41d54d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ const result = await batch.send()
// Builds and returns an absolute record file url for the provided filename.
πŸ”“ pb.files.getURL(record, filename, options = {});

// Requests a new private file access token for the current auth model (admin or record).
// Requests a new private file access token for the current authenticated record.
πŸ” pb.files.getToken(options = {});
```
Expand Down Expand Up @@ -1037,8 +1037,8 @@ const result = await batch.send()
// Initializes an app data restore from an existing backup.
πŸ” pb.backups.restore(key, options = {});

// Builds a download url for a single existing backup using an
// admin file token and the backup file key.
// Builds a download url for a single existing backup using a
// superuser file token and the backup file key.
πŸ” pb.backups.getDownloadURL(token, key);
```
Expand Down

0 comments on commit a41d54d

Please sign in to comment.