Freshness updates for onboarding guidelines
PiperOrigin-RevId: 480671112
Change-Id: I0d2ea84037f132fa775a0c4ca211659ce6b42dcc
diff --git a/docs/onboarding.md b/docs/onboarding.md
index efffd3e..7673b4e 100644
--- a/docs/onboarding.md
+++ b/docs/onboarding.md
@@ -260,9 +260,9 @@
> make sure that "Do not build Gradle task list during Gradle sync" is
> unchecked. (Note that unchecking this can reduce Studio's performance)
-### Enabling Compose @Preview annotation previews
+### Enabling Compose `@Preview` annotation previews
-Add the following dependencies to your project's `build.gradle`
+Add the following dependencies to your project's `build.gradle`:
```groovy
dependencies {
@@ -271,7 +271,7 @@
}
```
-then
+Then,
[use it like you would on an external project](https://developer.android.com/jetpack/compose/tooling).
## Making changes {#changes}