-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
Bug Report
There are a few typos in the JS API Reference documentation which should be fixed.
| Location | Observed Text | Expected Text | Typo |
|---|---|---|---|
| lib/js/src/manager/permission/PermissionElement.js | Retreives the RPC ID | Retrieves the RPC ID | Incorrect spelling of "retrieves" |
| lib/js/src/manager/permission/PermissionElement.js | Retreives the permission parameters | Retrieves the permission parameters | Incorrect spelling of "retrieves" |
| lib/js/src/manager/SdlManager.js | Retreives the RAI response | Retrieves the RAI response | Incorrect spelling of "retrieves" |
| lib/js/src/manager/LifecycleConfig.js | Get the desired langauge of the application | Get the desired language of the application | Incorrect spelling of "language" |
| lib/js/src/manager/LifecycleConfig.js | A Langauge enum value | A Language enum value | Incorrect spelling of "language" |
| lib/js/src/manager/file/filetypes/SdlFile.js | a String value representing the the location | a String value representing the location | "the" is erroneously included twice |
| lib/js/src/manager/file/filetypes/SdlFile.js | Sets the the name of the static file | Sets the name of the static file | "the" is erroneously included twice |
| lib/js/src/manager/file/filetypes/SdlFile.js | Gets the the name of the static file | Gets the name of the static file | "the" is erroneously included twice |
Metadata
Metadata
Assignees
Labels
No labels