diff --git a/aio/content/guide/build.md b/aio/content/guide/build.md index 51c0c43dc0..87e8d41b81 100644 --- a/aio/content/guide/build.md +++ b/aio/content/guide/build.md @@ -214,14 +214,17 @@ Each budget entry is a JSON object with the following properties: type - The type of budget. One of: + - * bundle - The size of a specific bundle. - * initial - The initial size of the app. - * allScript - The size of all scripts. - * all - The size of the entire app. - * anyScript - The size of any one script. - * any - The size of any file. + The type of budget. One of: + +* `bundle` - The size of a specific bundle. +* `initial` - The initial size of the app. +* `allScript` - The size of all scripts. +* `all` - The size of the entire app. +* `anyComponentStyle` - This size of any one component stylesheet. +* `anyScript` - The size of any one script. +* `any` - The size of any file.