From 51929f8071a4784537241cebbb403677628e8092 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 20 Mar 2023 16:10:40 +0100 Subject: [PATCH] [doc] Fix ending of a file in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f39f63..f5f7a96 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -242,7 +242,7 @@ go, otherwise this can become a mess. With that in mind, first write the logic to call the /create endpoint: - `src/app/platforms/myplatform/myplatform-settings/myplatform-dialog/myplatform-dialog.component.ts`: implement the form to take the user inputs and the onSubmit() function -- `src/app/platforms/myplatform/myplatform-settings/myplatform-dialog/myplatform-dialog.component.ts`: +- `src/app/platforms/myplatform/myplatform-settings/myplatform-dialog/myplatform-dialog.component.html`: implement the html skeleton that takes the form from the user Then, fix up the public user facing page: