0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed typos

This commit is contained in:
Naz 2022-11-03 14:51:09 +08:00
parent 6c5553d059
commit aba255d276
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ class EmailRouter extends ParentRouter {
this.RESOURCE_CONFIG = RESOURCE_CONFIG.QUERY.email;
// @NOTE: hardcoded, not configureable
// @NOTE: hardcoded, not configurable
this.route = {value: '/email/'};
this._registerRoutes();

View file

@ -11,7 +11,7 @@ class PreviewRouter extends ParentRouter {
this.RESOURCE_CONFIG = RESOURCE_CONFIG.QUERY.previews;
// @NOTE: hardcoded, not configureable
// @NOTE: hardcoded, not configurable
this.route = {value: '/p/'};
this._registerRoutes();