Skip to content

Commit

Permalink
fix(docs): fix a typo in the stack-graph.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Orzelius authored and edvald committed Jan 27, 2022
1 parent ad1af88 commit 474301d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/stack-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Each version also factors in the versions of every dependency (both build and ru

The _precise_ semantics that go into a Garden version vary a bit by the module type and the specific entity involved, but generally it works as follows:

1. A _module_ has a version that captures everything involved in a build, including hashes of source files any any specifics involved in building the image/artifact/etc, as well as the versions of any build dependencies. The _module version_ is sometimes referred to as the _build version_ of the module.
1. A _module_ has a version that captures everything involved in a build, including hashes of source files and any specifics involved in building the image/artifact/etc, as well as the versions of any build dependencies. The _module version_ is sometimes referred to as the _build version_ of the module.
2. A _service_ has a version that factors in the _module version_ of the module that defines it, as well as any specific configuration needed to deploy the service. This might for example include environment variables, hostnames etc. that wouldn't impact how the underlying code is _built_, but it does change how the service is deployed.
3. _Tests_ and _tasks_ have a version that factors in the _module version_ of the module that defines it, as well as any specific configuration needed to run the task or test.

Expand Down

0 comments on commit 474301d

Please sign in to comment.