Skip to content

Commit 3330807

Browse files
author
Diogo Correia
committed
Fix grammar mistake in the developer documentation
1 parent 0305496 commit 3330807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The skaffold configuration is generated by the `create_skaffold_configuration(..
233233
This function also generates the skaffold entries for the Dockerfiles of the micro-services used in the application.
234234
The skaffold generation is based on the [`skaffold-template.yaml`](../deployment-configuration/skaffold-template.yaml) from the CloudHarness project located in [`deployment-configuration`](../deployment-configuration/).
235235
This base configuration is merged with the configuration dedicated to a specific project and which is located in the `deployment-configuration` folder of the project.
236-
Finally, once all the requiered information are injected in the skaffold configuration dictionnary, the dictionnary is saved as a YAML file in the `deployment/skaffold.yaml` file in the project directory.
236+
Finally, once all the requiered information is injected in the skaffold configuration dictionnary, the dictionnary is saved as a YAML file in the `deployment/skaffold.yaml` file in the project directory.
237237

238238
#### How to extend the deployment generation
239239

0 commit comments

Comments
 (0)