Skip to content

Commit 48ec3df

Browse files
Update articles/getting_started/content_pipeline/content_builder_project.md
Co-authored-by: Copilot <[email protected]>
1 parent a2424f5 commit 48ec3df

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
@@ -33,7 +33,7 @@ Instead of an installed dotnet tool (which historically generated issues), the n
3333
> [!TIP]
3434
> When designing the builder for your content, try to focus on building patterns for your content to reduce the need to rebuild the `Builder` itself.
3535
>
36-
> In an ideal scenario, you build the `Builder` once, then just keep adding assets and running the builder to produce the runtime content, identifying "early on" any issus with your assets and simplifying production.
36+
> In an ideal scenario, you build the `Builder` once, then just keep adding assets and running the builder to produce the runtime content, identifying "early on" any issues with your assets and simplifying production.
3737
3838
In addition, due to content now being built through your own console application, it is easily distributable and can even be used in automation pipelines in source control.
3939

0 commit comments

Comments
 (0)