Skip to content

Commit

Permalink
Fix wording for instructions within shared UI creation step
Browse files Browse the repository at this point in the history
Co-authored-by: Jamon Holmgren <[email protected]>
  • Loading branch information
fpena and jamonholmgren authored Dec 11, 2024
1 parent e191865 commit 8536941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/SettingUpYarnMonorepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ By completing this step, you now have an app (and maybe more in the future) that

## Step 7: Create a shared UI components package

Now that we are familiarized with the creation of shared package, let's go ahead and create another one.
Now that we are familiar with the creation of a shared package, let's create another one.

As we mentioned earlier, a common need in projects is sharing UI components across multiple apps. In this step, we’ll create a shared UI package featuring a Badge component. A Badge is a simple yet versatile element often used to show small pieces of information, like notifications, statuses, or labels.

Expand Down

0 comments on commit 8536941

Please sign in to comment.