Skip to content

Commit

Permalink
Linting + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DonMartin76 committed Apr 1, 2019
1 parent 7798e16 commit 3a6012a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ rules:
globals:
process: true
Buffer: true
__dirname: true
2 changes: 1 addition & 1 deletion views/help/application.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ block help_content
In the second section you may change the friendly name of the Application. Please note that the friendly name of the application is <strong>only</strong> used inside the API Portal for making it easier to identify a client application. It does not have any impact whatsoever on the logic behind; for that, the application ID is used.

p.
In constrast to the friendly name, the application ID <strong>can not be changed</strong>. The ID is additionally also unique over the entire API Portal installation. It is not possible for two different developers/users to create an applications with indentical application IDs.
In contrast to the friendly name, the application ID <strong>can not be changed</strong>. The ID is additionally also unique over the entire API Portal installation. It is not possible for two different developers/users to create an applications with identical application IDs.

+helpItem('owners', 'Owners')

Expand Down

0 comments on commit 3a6012a

Please sign in to comment.