From 0ddef77b1579a9dc598376a838e1811e428a9975 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 24 Oct 2024 17:23:32 -0500 Subject: [PATCH] Website: Fix typo in maintainer GitHub username. (#23214) Changes: - Removed an @ symbol from a maintainer's GitHub username in the website's custom configuration --- website/config/custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/config/custom.js b/website/config/custom.js index 51438306de..7c191d3f7b 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -267,7 +267,7 @@ module.exports.custom = { 'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 'handbook/company': 'mikermcneil', 'handbook/company/product-groups.md': ['lukeheath', 'sampfluger88','mikermcneil'], - 'handbook/company/open-positions.yml': ['@sampfluger88','mikermcneil'], + 'handbook/company/open-positions.yml': ['sampfluger88','mikermcneil'], 'handbook/digital-experience': ['sampfluger88','mikermcneil'], 'handbook/finance': ['sampfluger88','mikermcneil'], 'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'],