Skip to content

Commit

Permalink
Update newIDE/app/src/MarketingPlans/MarketingPlans.js
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Rival <Florian.rival@gmail.com>
  • Loading branch information
ClementPasteau and 4ian committed Apr 29, 2024
1 parent e48866f commit 2534d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newIDE/app/src/MarketingPlans/MarketingPlans.js
Expand Up @@ -109,7 +109,7 @@ const MarketingPlans = ({ game }: Props) => {
if (!activeGameFeaturings) return false;
const includedMarketingPlanFeaturings = marketingPlan.includedFeaturings;

// A marketing plan is considered active if it has all the inluded featurings active.
// A marketing plan is considered active if it has all the included featurings active.
return includedMarketingPlanFeaturings.every(
includedMarketingPlanFeaturing =>
activeGameFeaturings.some(
Expand Down

0 comments on commit 2534d55

Please sign in to comment.