Skip to content

Commit

Permalink
docs: fix typos (#1218)
Browse files Browse the repository at this point in the history
  • Loading branch information
narinluangrath authored Sep 6, 2022
1 parent 7e69146 commit fb9d374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ $ pnpm run prettier:fix
$ pnpm run lint:fix
```

If you have having issues with tasks failing erroneously, you can clear our tooling caches:
If you have issues with tasks failing erroneously, you can clear our tooling caches:

```sh
# Clean out everything
Expand Down Expand Up @@ -220,7 +220,7 @@ Our official release path is to use automation (via GitHub actions) to perform t
2. On merge of a PR with a changeset file, our automation opens a "Version Packages" PR.
3. On merging the "Version Packages" PR, the automation system publishes the packages.

This streamlines releasing to: ensuring PRs have changeset files added as necessary, and approving the "Version Packages" PR generated from GitHub actions to publish a release to all affected packages.
This streamlines releasing too: ensuring PRs have changeset files added as necessary, and approving the "Version Packages" PR generated from GitHub actions to publish a release to all affected packages.

#### Manual Releases

Expand Down
2 changes: 1 addition & 1 deletion docs/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Common CSS properties are divided into theme keys, which you can override in you

## Deck Templates

A template in Spectacle is a fixed overlay of components that are presented on every slide. They are similar to masters in Keynote or PowerPoint. It’s a function prop that has a single optional config object containing current slide and total slide count and returns a React Node.
A template in Spectacle is a fixed overlay of components that are presented on every slide. They are similar to masters in Keynote or PowerPoint. It’s a function prop that has a single optional config object containing the current slide and total slide count and returns a React Node.

```jsx
<Deck template=(({ slideNumber, numberOfSlides }) => (
Expand Down

0 comments on commit fb9d374

Please sign in to comment.