Skip to content

Commit ba2a8ed

Browse files
Update 15/umbraco-cms/reference/common-pitfalls.md
Sounds good! Thanks Sofie! Co-authored-by: sofietoft <[email protected]>
1 parent 32ec80f commit ba2a8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-cms/reference/common-pitfalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Some examples of what not to do, and what to do instead:
206206

207207
## Processing during startup
208208

209-
Umbraco allows you to run some initialization code during startup by using `UmbracoApplicationStartingNotification`. This codee can have a negative impact on the application startup process. This is especially true for Package developers as your code could end up impacting many websites.
209+
Umbraco allows you to run some initialization code during startup by using `UmbracoApplicationStartingNotification`. This code can have a negative impact on the application startup process. This is especially true for Package developers as your code could end up impacting many websites.
210210

211211
In many cases, [initialization code can be done lazily instead of eagerly](https://msdn.microsoft.com/en-us/library/dd997286\(v=vs.110\).aspx). Instead of initialization everything you need as soon as the application starts, you could execute your initialization code only when it is required. This can be achieved in different ways, such as:
212212

0 commit comments

Comments
 (0)