Merge pull request #2162 from rodmachen/docs/update-software-template-docs
update software template docs
This commit is contained in:
@@ -36,7 +36,7 @@ export type TemplaterRunResult = {
|
||||
};
|
||||
|
||||
/**
|
||||
* The values that the templater will recieve. The directory of the
|
||||
* The values that the templater will receive. The directory of the
|
||||
* skeleton, with the values from the frontend. A dedicated log stream and a docker
|
||||
* client to run any templater on top of your directory.
|
||||
*/
|
||||
|
||||
@@ -26,7 +26,7 @@ export type GeneratorRunResult = {
|
||||
};
|
||||
|
||||
/**
|
||||
* The values that the generator will recieve. The directory of the
|
||||
* The values that the generator will receive. The directory of the
|
||||
* uncompiled documentation, with the values from the frontend. A dedicated log stream and a docker
|
||||
* client to run any generator on top of your directory.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user