From 53667eac460b9ebb04740494b9002ce80b4dd334 Mon Sep 17 00:00:00 2001 From: August Feng <46177585+augustfengd@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:34:17 -0400 Subject: [PATCH] docs: fix typo (#14874) --- docs/usage/modules/manager.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/modules/manager.md b/docs/usage/modules/manager.md index 62615e6028..cdaa59bdb7 100644 --- a/docs/usage/modules/manager.md +++ b/docs/usage/modules/manager.md @@ -106,4 +106,4 @@ You can use the `enabledManagers` array, to list the managers you want to use (` } ``` -Using the `enabledManager` array disables all other managers, this includes Bundler, Composer, Docker Compose, etc. +Using the `enabledManagers` array disables all other managers, this includes Bundler, Composer, Docker Compose, etc. -- GitLab