diff --git a/site/docs/skylark/config.md b/site/docs/skylark/config.md index 44e0f22e596488..ff4f9207a9c412 100644 --- a/site/docs/skylark/config.md +++ b/site/docs/skylark/config.md @@ -7,10 +7,9 @@ category: extending # Configurations -This page covers the benefits and basic usage of Starlark configurations. It -includes how to define build settings and provides examples. - -Starlark configuration is Bazel's API for customizing how your project builds. +This page covers the benefits and basic usage of Starlark configurations, +Bazel's API for customizing how your project builds. It includes how to define +build settings and provides examples. This makes it possible to: