[doc] Fix ending of a file in CONTRIBUTING.md
This commit is contained in:
parent
c773308a28
commit
51929f8071
|
@ -242,7 +242,7 @@ go, otherwise this can become a mess.
|
||||||
With that in mind, first write the logic to call the /create endpoint:
|
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`:
|
- `src/app/platforms/myplatform/myplatform-settings/myplatform-dialog/myplatform-dialog.component.ts`:
|
||||||
implement the form to take the user inputs and the onSubmit() function
|
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
|
implement the html skeleton that takes the form from the user
|
||||||
|
|
||||||
Then, fix up the public user facing page:
|
Then, fix up the public user facing page:
|
||||||
|
|
Loading…
Reference in a new issue