Skip to content

Commit

Permalink
Fix Api Documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jona <[email protected]>
  • Loading branch information
Jona committed Sep 11, 2023
1 parent 8fb5136 commit d4b1d00
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion locales/ar/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/en/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement',
API_DOCUMENT: 'API Documentation',
}
2 changes: 1 addition & 1 deletion locales/es/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/fr/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/hi/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/lt/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/pl/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/pt/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/tc/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};
2 changes: 1 addition & 1 deletion locales/tr/l10n-help.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
module.exports = {
USER_GUIDE: 'User Guide',
API_DOCUMENT: 'API Docuement'
API_DOCUMENT: 'API Documentation'
};

0 comments on commit d4b1d00

Please sign in to comment.