Skip to content
Open
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- [Using EditorConfig-Action with Your Project](#using-editorconfig-action-with-your-project)
- [Example Workflows](#example-workflows)
- [Check Conformance of Pushed Commits with `.editorconfig`](#check-conformance-of-pushed-commits-with-editorconfig)
- [Features and Planed Features](#features-and-planed-features)
- [Features and Planned Features](#features-and-planned-features)
- [EditorConfig Resources](#editorconfig-resources)
- [Other GitHub Actions from @zbeekman](#other-github-actions-from-zbeekman)

Expand Down Expand Up @@ -104,7 +104,7 @@ repository will be checked. Depending on the size of the repository, this may be
For protected branches, it is best to set the required action to be the one created with the `on = "pull_request"`,
e.g., `"EC Audit Push"` above, since PRs from forks will not trigger a local push event.

## Features and Planed Features
## Features and Planned Features

Features currently in development or being considered for addition include:

Expand Down