diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md
index 44b2430084..843f0d9130 100644
--- a/aio/content/guide/build.md
+++ b/aio/content/guide/build.md
@@ -235,31 +235,31 @@ Each budget entry is a JSON object with the following properties:
baseline |
- An absolute baseline size for percentage values. |
+ The baseline size for comparison. |
maximumWarning |
- Warns when a size exceeds this threshold percentage of the baseline. |
+ The maximum threshold for warning relative to the baseline. |
maximumError |
- Reports an error when the size exceeds this threshold percentage of the baseline. |
+ The maximum threshold for error relative to the baseline. |
minimumWarning |
- Warns when the size reaches this threshold percentage of the baseline. |
+ The minimum threshold for warning relative to the baseline. |
minimumError |
- Reports an error when the size reaches this threshold percentage of the baseline. |
+ The minimum threshold for error relative to the baseline. |
warning |
- Warns when the size ??reaches or exceeds?? this threshold percentage of the baseline. |
+ The threshold for warning relative to the baseline (min & max). |
error |
- Reports an error when the size ??reaches or exceeds?? this threshold percentage of the baseline. |
+ The threshold for error relative to the baseline (min & max). |