Commit 8c457aa

Deimantas Jakovlevas <5834889+nyan-left@users.noreply.github.com>
2024-05-28 17:19:54
docs: Fix typo in setup docs. (#833)
Co-authored-by: deimantas Jakovlevas <deimantas@zappar.com>
1 parent cc36915
Changed files (1)
setup.md
@@ -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'