diff --git a/packages/base/src/Boot.ts b/packages/base/src/Boot.ts index 49060595977f..500a01f1fcaf 100644 --- a/packages/base/src/Boot.ts +++ b/packages/base/src/Boot.ts @@ -21,7 +21,7 @@ const isBooted = (): boolean => { /** * Attaches a callback that will be executed after boot finishes. - * Note: If the framework already booted, the callback will be immediately executed. + * **Note:** If the framework already booted, the callback will be immediately executed. * @public * @param { Function } listener */ diff --git a/packages/base/src/CSP.ts b/packages/base/src/CSP.ts index 35c3a069e0ba..a0bd276da47c 100644 --- a/packages/base/src/CSP.ts +++ b/packages/base/src/CSP.ts @@ -25,9 +25,11 @@ const getUrl = (packageName: string, path: string) => { }; /** - * Call this function to enable or disable the usage of tags instead of