From 7337447c74c43dbad404986c82202601bb4fa56d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AD=E3=81=9A?= <39144575+wonda-tea-coffee@users.noreply.github.com> Date: Sat, 21 Nov 2020 13:19:54 +0900 Subject: [PATCH] fix typo --- .../configuration-options-for-dependency-updates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/github/administering-a-repository/configuration-options-for-dependency-updates.md b/content/github/administering-a-repository/configuration-options-for-dependency-updates.md index ef1a16e28832..6dfd7f90adc3 100644 --- a/content/github/administering-a-repository/configuration-options-for-dependency-updates.md +++ b/content/github/administering-a-repository/configuration-options-for-dependency-updates.md @@ -302,8 +302,8 @@ updates: - dependency-name: "express" # For Express, ignore all updates for version 4 and 5 versions: ["4.x", "5.x"] - # For Loadash, ignore all updates - - dependency-name: "loadash" + # For Lodash, ignore all updates + - dependency-name: "lodash" ``` {% note %}