Skip to content

Commit

Permalink
docs: small wording fix (#10616)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Dec 16, 2024
1 parent f78b410 commit 5a9f1b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const metadata = {

This chapter builds on the work from the [previous chapter](../module/page.mdx) where you created a Brand Module.

After adding custom brands to your application, you build commerce features around them using workflows. A workflow is a series of queries and actions, called steps, that complete a task spanning across modules. You construct a workflow similar to a regular function, but it's a special function that allows you to define roll-back logic, retry configurations, and more advanced features.
After adding custom modules to your application, you build commerce features around them using workflows. A workflow is a series of queries and actions, called steps, that complete a task spanning across modules. You construct a workflow similar to a regular function, but it's a special function that allows you to define roll-back logic, retry configurations, and more advanced features.

The workflow you'll create in this chapter will use the Brand Module's service to implement the feature of creating a brand. In the [next chapter](../api-route/page.mdx), you'll expose an API route that allows admin users to create a brand, and you'll use this workflow in the route's implementation.

Expand Down

0 comments on commit 5a9f1b5

Please sign in to comment.