Skip to content

Commit c5189c4

Browse files
committed
fix: Was testing the look of a note in the docs site but forgot to remove it
1 parent 65d4147 commit c5189c4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc-site/docs/reference/module-definition.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ It also declares the module's dependencies to determine the order of execution i
1717
| `icon` | `string` | Path to logo image |
1818
| `parameters` | `list(Parameter)` | Parameters to prompt users |
1919
| `commands` | `Commands` | Commands to use instead of makefile defaults |
20-
| `zeroVersion` | string([go-semver]) | Zero versions it's compatible with |
20+
| `zeroVersion` | string([go-semver]) | Zero binary versions it's compatible with |
2121

2222

2323
### Commands
24-
:::note
2524
Commands are the lifecycle of `zero apply`, it will run all modules' `check` phase, then once satisfied, run in sequence the `apply` phase, then if successful run the `summary` phase.
26-
:::
2725

2826
| Parameters | Type | Default | Description |
2927
|------------|----------|----------------|--------------------------------------------------------------------------|
@@ -42,7 +40,7 @@ Control how module templates will be parsed during the `zero create` command.
4240
| `outputDir` | `string` | local directory name for the module, gets commited to version control |
4341

4442
### Condition (module)
45-
Module conditions are considered during the templatint phase (`zero create`), based on parameters supplied from the project definition.
43+
Module conditions are considered during the templating phase (`zero create`), based on parameters supplied from the project definition.
4644
Modules can decide to have specific files or directories excluded from the user's project.
4745
For example if the user picks `userAuth: no`, we can exclude all the auth resources via templating.
4846

0 commit comments

Comments
 (0)