diff --git a/.github/workflows/continuous-integration.md b/.github/workflows/continuous-integration.md
index 12d6fcf..c58cfee 100644
--- a/.github/workflows/continuous-integration.md
+++ b/.github/workflows/continuous-integration.md
@@ -1,9 +1,9 @@
-# GitHub Reusable Workflow: Node.js Continuous Integration
+# GitHub Reusable Workflow: NodeJS Continuous Integration
-

+
---
@@ -23,7 +23,7 @@
## Overview
-Workflow to performs continuous integration steps agains a Node.js project:
+Workflow to performs continuous integration steps agains a NodeJs project:
- CodeQL analysis
- Linting
@@ -99,13 +99,13 @@ jobs:
| **Input** | **Description** | **Required** | **Type** | **Default** |
| ----------------------- | ----------------------------------------------------------------------------------------- | ------------ | ----------- | ------------ |
-| **`build`** | Build parameters. Must be a string or a JSON object. | **false** | **string** | `build` |
+| **`build`** | Build parameters. Must be a string or a json object. | **false** | **string** | `build` |
| **`checks`** | Optional flag to enable check steps. | **false** | **boolean** | `true` |
| **`lint`** | Optional flag to enable linting. | **false** | **boolean** | `true` |
| **`code-ql`** | Code QL analysis language. See . | **false** | **string** | `typescript` |
| **`dependency-review`** | Enable dependency review scan. See . | **false** | **boolean** | `true` |
| **`test`** | Optional flag to enable test. | **false** | **boolean** | `true` |
-| **`coverage`** | Specifify code coverage reporter. Supported values: 'Codecov'. | **false** | **string** | `codecov` |
+| **`coverage`** | Specifify code coverage reporter. Supported values: 'codecov'. | **false** | **string** | `codecov` |
| **`working-directory`** | Working directory where the dependencies are installed. | **false** | **string** | `.` |
diff --git a/actions/setup-node/README.md b/actions/setup-node/README.md
index 8ad7c78..d2dce4b 100644
--- a/actions/setup-node/README.md
+++ b/actions/setup-node/README.md
@@ -3,7 +3,7 @@
#  GitHub Action: Setup Node.js
-

+
---