mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Fixed typos
This commit is contained in:
parent
6c5553d059
commit
aba255d276
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue