Skip to content

Commit

Permalink
improve tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Nov 9, 2020
1 parent 9c8f087 commit 6b6f58d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## I18nServiceSetup.getTranslationFiles() method

Return the list of translation files currently in use.
Return the absolute paths to translation files currently in use.

<b>Signature:</b>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ export interface I18nServiceSetup
| Method | Description |
| --- | --- |
| [getLocale()](./kibana-plugin-core-server.i18nservicesetup.getlocale.md) | Return the locale currently in use. |
| [getTranslationFiles()](./kibana-plugin-core-server.i18nservicesetup.gettranslationfiles.md) | Return the list of translation files currently in use. |
| [getTranslationFiles()](./kibana-plugin-core-server.i18nservicesetup.gettranslationfiles.md) | Return the absolute paths to translation files currently in use. |

2 changes: 1 addition & 1 deletion src/core/server/i18n/i18n_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export interface I18nServiceSetup {
getLocale(): string;

/**
* Return the list of translation files currently in use.
* Return the absolute paths to translation files currently in use.
*/
getTranslationFiles(): string[];
}
Expand Down

0 comments on commit 6b6f58d

Please sign in to comment.