Skip to content

Commit

Permalink
dts files
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Aug 11, 2023
1 parent 1c5c6aa commit fa54a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/corelib/dist/q/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ declare var Config: {
* of "MyEditor", first a class with name "MyEditor" will be searched, if not found, search will be followed by
* "Serenity.MyEditor" and "MyApp.MyEditor" if you added "MyApp" to the list of root namespaces.
*
* You should usually add your application root namespace to this list in ScriptInitialization.ts file.
* You should usually add your application root namespace to this list in ScriptInit(ialization).ts file.
*/
rootNamespaces: string[];
/**
Expand Down
2 changes: 1 addition & 1 deletion src/Serenity.Scripts/wwwroot/Serenity.CoreLib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ declare namespace Q {
* of "MyEditor", first a class with name "MyEditor" will be searched, if not found, search will be followed by
* "Serenity.MyEditor" and "MyApp.MyEditor" if you added "MyApp" to the list of root namespaces.
*
* You should usually add your application root namespace to this list in ScriptInitialization.ts file.
* You should usually add your application root namespace to this list in ScriptInit(ialization).ts file.
*/
rootNamespaces: string[];
/**
Expand Down

0 comments on commit fa54a0d

Please sign in to comment.