Skip to content

Commit

Permalink
fix(docs): typos in CONTRIBUTING.md (#7691)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikohoffren committed Jul 27, 2023
1 parent 80db7e3 commit 6bcea7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
@@ -1,7 +1,7 @@
You decided to contribute to this project? Great, thanks a lot for pushing it.

This project adheres to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
By participating, you are expected to uphold this code. Please file issue to report unacceptable behavior.
By participating, you are expected to uphold this code. Please file an issue to report unacceptable behavior.

This repository has a mono-repo structure consisting of multiple packages. Try to take a look at the [packages directory](https://github.com/electron-userland/electron-builder/tree/master/packages)!

Expand Down Expand Up @@ -37,7 +37,7 @@ popd
```

Publish the electron-builder packages to `yalc`'s local store via these commands that you need to run from `electron-builder/packages`.
Unfortunately,the `yalc publish` command cannot pass multiple packages.
Unfortunately, the `yalc publish` command cannot pass multiple packages.

```
yalc publish app-builder-lib
Expand Down

0 comments on commit 6bcea7f

Please sign in to comment.