Skip to content

Commit

Permalink
chore(autocomplete): fix typo in README.md (#1829)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateEag authored Feb 26, 2024
1 parent ac394ba commit a3a1e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/autocomplete/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const completions = autocomplete(serverVersion, line);
// ]
```

Autocomplete is based on currently implemeted APIs in [@mongosh/shell-api](https://www.npmjs.com/package/@mongosh/shell-api)
Autocomplete is based on currently implemented APIs in [@mongosh/shell-api](https://www.npmjs.com/package/@mongosh/shell-api)

## Installation

Expand Down

0 comments on commit a3a1e29

Please sign in to comment.