Skip to content

Commit

Permalink
docs: Fix typo in setup docs. (#833)
Browse files Browse the repository at this point in the history
Co-authored-by: deimantas Jakovlevas <[email protected]>
  • Loading branch information
nyan-left and deimantas Jakovlevas committed May 28, 2024
1 parent cc36915 commit 8c457aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ useBash() // Switch back to bash
## Package

### Hybrid
zx is distributed as a [hybrid package](https://2ality.com/2019/10/hybrid-npm-packages.html): it provides both CJS an ESM entry points.
zx is distributed as a [hybrid package](https://2ality.com/2019/10/hybrid-npm-packages.html): it provides both CJS and ESM entry points.

```js
import { $ } from 'zx'
Expand Down

0 comments on commit 8c457aa

Please sign in to comment.