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: