Skip to content

Commit dac345c

Browse files
docs: add missing comma in Plan section
1 parent 3b6c935 commit dac345c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dependency tree, including diagrams and a reference of every dependency, see [DE
117117

118118
The Plan job is the single decision point of the workflow. It reads the settings file (`.github/PSModule.yml`),
119119
collects event context from GitHub, and decides what should happen in the rest of the process. Using that
120-
situational awareness it calculates the next module version. All decisions are captured in a single `Settings`
120+
situational awareness, it calculates the next module version. All decisions are captured in a single `Settings`
121121
object — including version data under `Settings.Module` — that every downstream job receives.
122122

123123
### Lint-Repository

0 commit comments

Comments
 (0)