SAP-docs / sapui5

This is the markdown version of the official SAPUI5 documentation from the SAPUI5 Demo Kit for external contributions.
Creative Commons Attribution 4.0 International
85 stars 137 forks source link

Update step-26-mock-server-configuration-typescript-3e1c64f.md #154

Closed serhatci closed 1 month ago

serhatci commented 1 month ago

The config method is a static method, which means it's a property of the class itself, not an instance of the class. We can access it using MockServer.config instead of mockServer.config.

cla-assistant[bot] commented 1 month ago

CLA assistant check
All committers have signed the CLA.

OlMue commented 1 month ago

Hi @serhatci, thanks for your contribution. We'll take a look and will get back to you.

sap-doc-bot[bot] commented 1 month ago

Thank you for your valuable content contribution, @serhatci! So that we can recognize your contribution in the SAP Community, please check your SAP Community user ID (this is a number) in your personal settings page and share it with us in a reply to this comment. Make sure you just include the number in the reply.

Your user ID is displayed as follows:

Change display name for User ID N

where N is your user ID. For example, 53 is the user ID of the user 'qmacro'.

Please note that we are currently refactoring our profile and badge system on the SAP Community, and will start assigning badges again when that's complete.

KlattG commented 1 month ago

Fixed with the next UI5 release.