diff --git a/README.md b/README.md
index 6af8069..ad226bb 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ The following table describes each input:
|--|--|--|
| `token` | The GitHub token used to update the issues or pull requests with.
Example, `${{ secrets.GITHUB_TOKEN }}`. | `true` |
| `replacement-strategy` | The type of replacement method to use when profane content is filtered. | `false` (default: `asterisk`) |
-| `include-update-note` | A `boolean` value to indicate if the action should include a note in the issue or pull request body when profane content is replaced. | `false` (default: `true`) |
+| `include-updated-note` | A `boolean` value to indicate if the action should include a note in the issue or pull request body when profane content is replaced. | `false` (default: `true`) |
| `include-confused-reaction` | A `boolean` value to indicate if the action should react to the issue or pull request with the confused 😕 reaction. | `false` (default: `true`) |
### 😵 Replacement strategies
diff --git a/action.yml b/action.yml
index 850f3de..2cac1a9 100644
--- a/action.yml
+++ b/action.yml
@@ -15,7 +15,7 @@ inputs:
'The type of replacement strategy to use when profane content is filtered. See https://github.com/IEvangelist/profanity-filter#-replacement-strategies.'
required: false
default: 'asterisk'
- include-update-note:
+ include-updated-note:
description:
'Whether to include a note in the issue or pull request body indicating that the content was filtered.'
required: false