Skip to content

Commit 50e8da1

Browse files
fix typo (#1516)
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent af12121 commit 50e8da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ updates:
302302
- dependency-name: "express"
303303
# For Express, ignore all updates for version 4 and 5
304304
versions: ["4.x", "5.x"]
305-
# For Loadash, ignore all updates
306-
- dependency-name: "loadash"
305+
# For Lodash, ignore all updates
306+
- dependency-name: "lodash"
307307
```
308308
309309
{% note %}

0 commit comments

Comments
 (0)