Skip to content

Commit

Permalink
docs: fix typo in README (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Aug 13, 2021
1 parent a14c9c5 commit 16241cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -241,7 +241,7 @@ guide and API reference for service specific details.

#### Terminology:

**Bare-bones clients/commands**: This refers to a modular way of consuming individual operations on JS SDK clients. It results in less code being imported and thus more performant. It is otherwise equivlent to the aggregated clients/commands.
**Bare-bones clients/commands**: This refers to a modular way of consuming individual operations on JS SDK clients. It results in less code being imported and thus more performant. It is otherwise equivalent to the aggregated clients/commands.

```javascript
// this imports a bare-bones version of S3 that exposes the .send operation
Expand Down

0 comments on commit 16241cf

Please sign in to comment.