Skip to content

Commit f266e6c

Browse files
committed
docs: corrects wording in getting started and make target description
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
1 parent 60864f7 commit f266e6c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

automation/mk/filter.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
############################################################################
66
### Filter an existing SSP based on a component definition. The component definition
7-
### title must be as filter input.
7+
### title must be provided as the filter input.
88
############################################################################
99

1010
filter-ssp:

docs/getting_started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Getting Started Guide
22
---
33

44
<!--toc-->
5-
* [Getting Started Guide](#getting-started-guide)
65
- [What You Will Learn](#what-you-will-learn)
76
- [Tools Required](#tools-required)
87
- [Setting up Your Repository](#setting-up-your-repository)
@@ -735,7 +734,7 @@ Run the `filter-ssp` command to run generate a new ssp under `system-security-pl
735734
736735
737736
```bash
738-
make ssp-filter
737+
make filter-ssp
739738
```
740739
741740
A new filtered ssp, will now be available under `system-security-plans/acme_filtered_demo_ssp`

0 commit comments

Comments
 (0)