Skip to content

Commit 16241cf

Browse files
authored
docs: fix typo in README (#2671)
1 parent a14c9c5 commit 16241cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ guide and API reference for service specific details.
241241

242242
#### Terminology:
243243

244-
**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.
244+
**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.
245245

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

0 commit comments

Comments
 (0)