Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/project.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ There are two kinds of `projects` in Polylith: development and deployable.
** Doesn't have a `src` directory.
We discourage a `src` directory for deployable projects; all production code should normally only live in bricks.

The `:project` key in `./workspace.edn` configures project aliases and, optionally, how `poly` should run your xref:testing.adoc[tests].
The `:projects` key in `./workspace.edn` configures project aliases and, optionally, how `poly` should run your xref:testing.adoc[tests].

Let's continue with our xref:introduction.adoc[tutorial].
The last thing you did was create a `cli` xref:base.adoc#create-component[base].
Expand Down