typo + grammar in text
This commit is contained in:
@@ -41,8 +41,8 @@ export class UmbDashboardPerformanceProfilingElement extends UmbLitElement {
|
||||
return this._isDebugMode
|
||||
? html`
|
||||
<p>
|
||||
Umbraco currently runs in debug mode. This means you can use the built-in performance profiler to assess the
|
||||
performance when rendering pages.
|
||||
Umbraco is running in debug mode. This means you can use the built-in performance profiler
|
||||
to assess performance when rendering pages.
|
||||
</p>
|
||||
<p>
|
||||
If you want to activate the profiler for a specific page rendering, simply add
|
||||
@@ -70,11 +70,11 @@ export class UmbDashboardPerformanceProfilingElement extends UmbLitElement {
|
||||
`
|
||||
: html`
|
||||
<p>
|
||||
Umbraco currently does not run in debug mode, so you can't use the built-in profiler. This is how it should
|
||||
Umbraco is not running in debug mode, so you can't use the built-in profiler. This is how it should
|
||||
be for a production site.
|
||||
</p>
|
||||
<p>
|
||||
Debug mode is turned on by by setting <strong>Umbraco:CMS:Hosting:Debug</strong> to <strong>true</strong> in
|
||||
Debug mode is turned on by setting <strong>Umbraco:CMS:Hosting:Debug</strong> to <strong>true</strong> in
|
||||
appsettings.json, appsettings.{Environment}.json or via an environment variable.
|
||||
</p>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user