Skip to content

Commit 7a6c507

Browse files
committed
chore: minor fix in gradle best practices
1 parent 80ecddc commit 7a6c507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/gradle/gradle-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Learn more in Gradle's documentation about [Dependency management basics](https:
4747

4848
<primary-label ref="advanced"/>
4949

50-
Use convention plugins to encapsulate and reuse common build logic across multiple build files. Moving shared configurations
50+
Use convention plugins to encapsulate and reuse common build logic across multiple build files. Moving a shared configuration
5151
into a plugin helps simplify and modularize your build scripts.
5252

5353
Although the initial setup may be time-consuming, it's easy to maintain and add new build logic once you complete it.

0 commit comments

Comments
 (0)