Skip to content

Commit a2424f5

Browse files
Update articles/getting_started/content_pipeline/content_builder_project.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 04234ca commit a2424f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/getting_started/content_pipeline/content_builder_project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ contentCollection.Exclude<RegexRule>(@".*~$");
390390
As stated, it is recommended to define patterns for your content, defining rules for processing your content (and preventing changing/rebuilding the Content Builder exe), the following are examples of such patterns, grouping specific content into specific folders.
391391

392392
> [!NOTE]
393-
> There are no predefined rules for how you organise your content, it is completely up to you and the needs of your project to determine how it is best organized. Just make sure to include decisions on how to ease the burden of managing the importing content in those decisions so that you do not need to frequently keep updating your Builder.
393+
> There are no predefined rules for how you organize your content, it is completely up to you and the needs of your project to determine how it is best organized. Just make sure to include decisions on how to ease the burden of managing the importing content in those decisions so that you do not need to frequently keep updating your Builder.
394394
>
395395
> Set it once, and then you have strict rules for how content is processed and errors should be easily identifiable.
396396

0 commit comments

Comments
 (0)