Merge pull request #2162 from rodmachen/docs/update-software-template-docs

update software template docs
This commit is contained in:
Marcus Eide
2020-08-31 09:13:35 +02:00
committed by GitHub
7 changed files with 30 additions and 30 deletions
@@ -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.
*/