Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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