Capitalize `Promise`
authorMatthias Schmidt <gravatronics@live.com>
Sat, 8 Jun 2019 17:47:39 +0000 (19:47 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 8 Jun 2019 17:47:39 +0000 (19:47 +0200)
pages/php/api/php_api_form_builder.md

index 944013bfd1b250e70f7c3f2b46e7d6928b26fcd6..95e7aea0c831c8f4e43dc80ad7612f44c2da8f5d 100644 (file)
@@ -94,7 +94,7 @@ The constructor of `FormBuilderDialog` expects the following parameters:
 The three public functions of `FormBuilderDialog` are:
 
 - `destroy()` destroys the dialog, the form, and all of the form fields.
-- `getData()` returns a promise that returns the form data.
+- `getData()` returns a Promise that returns the form data.
 - `open()` opens the dialog.
 
 Example: