From ceb8763302f170456cb7f22f80b8c20c68cb9e73 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Tue, 7 Nov 2023 15:38:48 +0100 Subject: [PATCH] Fix typo in play docs Co-authored-by: Tobias Roeser --- contrib/playlib/readme.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/playlib/readme.adoc b/contrib/playlib/readme.adoc index 569fd2c67ef..eb567faa77a 100644 --- a/contrib/playlib/readme.adoc +++ b/contrib/playlib/readme.adoc @@ -182,7 +182,7 @@ be find for a production deployment. == Using `RootModule` The `RootModule` abstract class allows you to have the build descriptor at the same level as the -sourc code on the filesystem. You can move from there to a multi-module build either by refactoring +source code on the filesystem. You can move from there to a multi-module build either by refactoring your directory layout into multiple subdirectories or by using mill's nested modules feature. Looking back at the sample build definition in <<_using_playmodule>>: