[doc] Fix ending of a file in CONTRIBUTING.md

development
missytake 2023-03-20 16:10:40 +01:00 committed by Gitea
parent c773308a28
commit 51929f8071
1 changed files with 1 additions and 1 deletions

View File

@ -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: