Skip to content

Commit c239983

Browse files
author
skedwards88
committed
fix typo
1 parent ce4e467 commit c239983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ children:
1414
- /about-supply-chain-security
1515
- /about-the-dependency-graph
1616
- /configuring-the-dependency-graph
17-
- /using-the-depencency-submission-api
17+
- /using-the-dependency-submission-api
1818
- /about-dependency-review
1919
- /configuring-dependency-review
2020
- /exploring-the-dependencies-of-a-repository
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
image: ghcr.io/example/image_name:tag
4646
```
4747
48-
Alternatively, you can write your own action to perform these steps. {% data variables.product.product_name %} maintains the [Dependency Submission Toolkit](https://github.com/github/dependency-submission-toolkit), a TypeScript library to help you write an action to perform these steps. For more information about writing an action, see "[Creating actions](/actions/creating-actions)".
48+
Alternatively, you can write your own action to perform these steps. {% data variables.product.product_name %} maintains the [Dependency Submission Toolkit](https://github.com/github/dependency-submission-toolkit), a TypeScript library to help you write an action to perform these steps. For more information about writing an action, see "[Creating actions](/actions/creating-actions)". todo ensure that this repo will be public, or else delete this link. todo is "maintains" too strong a word?
4949
5050
todo link to starter workflows once available

0 commit comments

Comments
 (0)