From 66c9c72d227206d715bfbda9f6db985ee8523d8f Mon Sep 17 00:00:00 2001 From: Jake Beamish Date: Thu, 6 Nov 2025 12:59:37 +0000 Subject: [PATCH] Fix typos in billing actions minutes documentation Corrects 'multipler' to 'multiplier' and 'multiplers' to 'multipliers' in Minute multipliers section of github-actions.md --- content/billing/concepts/product-billing/github-actions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/billing/concepts/product-billing/github-actions.md b/content/billing/concepts/product-billing/github-actions.md index 1298030f30d3..cdb124f3b0fc 100644 --- a/content/billing/concepts/product-billing/github-actions.md +++ b/content/billing/concepts/product-billing/github-actions.md @@ -78,7 +78,7 @@ Storage is billed based on hourly usage of artifacts throughout the month. Minut ### Minute multipliers -Each type of runner has a minute multipler that is determined by the operating system and processing power. For example, jobs that run on Windows and macOS runners hosted by {% data variables.product.github %} consume minutes at 2 and 10 times the rate that jobs on Linux runners consume. +Each type of runner has a minute multiplier that is determined by the operating system and processing power. For example, jobs that run on Windows and macOS runners hosted by {% data variables.product.github %} consume minutes at 2 and 10 times the rate that jobs on Linux runners consume. | Operating system | Minute multiplier | |----------------- | :----------------:| @@ -86,7 +86,7 @@ Each type of runner has a minute multipler that is determined by the operating s | Windows | 2 | | macOS | 10 | -For full details of minute multiplers for {% data variables.product.github %}-hosted runners, see [AUTOTITLE](/billing/reference/actions-minute-multipliers). +For full details of minute multipliers for {% data variables.product.github %}-hosted runners, see [AUTOTITLE](/billing/reference/actions-minute-multipliers). ### Example minutes cost calculation