diff --git a/docs/08-discounts/05-buy_x_get_y_percentage/page.md b/docs/08-discounts/05-buy_x_get_y_percentage/page.md
index 07c136f..08769d1 100644
--- a/docs/08-discounts/05-buy_x_get_y_percentage/page.md
+++ b/docs/08-discounts/05-buy_x_get_y_percentage/page.md
@@ -44,7 +44,7 @@ discount_product_max: 1
 
 ```
 title: "Buy 3 tickets, get the next 2 at 50% off"
-discount_type: buy_x_get_y_percent
+discount_type: buy_x_get_y_percentage
 discount_value: 50
 discount_trigger_products:
   - /products/mona-lisa-painting
@@ -58,4 +58,4 @@ discount_product_max: 2
 * `discount_trigger_product_min: 3` is saying:  
 "3 of the `discount_trigger_products` should be in the cart. It doesn't matter if it's 3 of the same, one of each, or 2 of one and 1 of another. Just 3 of any."
 * `discount_product_max: 1` is saying:  
-"Only apply the discount to 2 of `discount_product`. If you have more than 2 in the cart, it won't matter. Only 2 will be discounted."
\ No newline at end of file
+"Only apply the discount to 2 of `discount_product`. If you have more than 2 in the cart, it won't matter. Only 2 will be discounted."