Skip to content

Commit ceb2df9

Browse files
author
Enrique Moreno
committed
Fixed minor typos and wrong characters
1 parent d970859 commit ceb2df9

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

apps/website/screens/foundations/iconography/IconographyPage.tsx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const sections = [
2222
content: (
2323
<DxcParagraph>
2424
Icons are visual elements that can serve different purposes depending on their context. In Halstack, icons are
25-
used not only to <strong>represent ideas, objects, or actions</strong>, but also to support the users journey
25+
used not only to <strong>represent ideas, objects, or actions</strong>, but also to support the user's journey
2626
through the interface. They <strong>help guide attention</strong>, reinforce meaning, and visually enhance
27-
actions ro sections within an application.
27+
actions or sections within an application.
2828
</DxcParagraph>
2929
),
3030
subSections: [
@@ -33,7 +33,7 @@ const sections = [
3333
content: (
3434
<>
3535
<DxcParagraph>
36-
At Halstack, weve chosen to adopt the Material Icons library, specifically the <strong>outline</strong>{" "}
36+
At Halstack, we've chosen to adopt the Material Icons library, specifically the <strong>outline</strong>{" "}
3737
and <strong>filled</strong> variants, as our standard icon set. While we did not create these icons
3838
ourselves, there are strong reasons behind this decision that align with the goals of our design system:
3939
</DxcParagraph>
@@ -45,7 +45,7 @@ const sections = [
4545
</DxcBulletedList.Item>
4646
<DxcBulletedList.Item>
4747
<strong>Scalability</strong>: with hundreds of pre-designed icons available and frequent updates,
48-
Material Icons scale easily with product needs: whether were designing simple interfaces or more
48+
Material Icons scale easily with product needs: whether we're designing simple interfaces or more
4949
complex workflows.
5050
</DxcBulletedList.Item>
5151
<DxcBulletedList.Item>
@@ -100,7 +100,7 @@ const sections = [
100100
<strong>Feedback / Status</strong>
101101
<DxcParagraph>
102102
Icons that indicate the state of a system or user feedback (e.g., <Code>error</Code>, <Code>warning</Code>
103-
, <Code>info</Code>,<Code>check_circle_outline</Code>).
103+
, <Code>info</Code>, <Code>check_circle_outline</Code>).
104104
</DxcParagraph>
105105
</DxcBulletedList.Item>
106106
<DxcBulletedList.Item>
@@ -111,7 +111,7 @@ const sections = [
111111
</DxcParagraph>
112112
</DxcBulletedList.Item>
113113
<DxcBulletedList.Item>
114-
<strong>Comunication</strong>
114+
<strong>Communication</strong>
115115
<DxcParagraph>
116116
Icons used in messaging, comments, or user contact interfaces (e.g., <Code>chat</Code>, <Code>email</Code>
117117
, <Code>notifications</Code>).
@@ -182,7 +182,7 @@ const sections = [
182182
<>
183183
<DxcParagraph>
184184
The <strong>outline</strong> icons are characterized by their lightweight, hollow appearance with thin
185-
strokes and open shapes. They offer a modern, minimalist aesthetic that aligns well with Halstacks clean
185+
strokes and open shapes. They offer a modern, minimalist aesthetic that aligns well with Halstack's clean
186186
UI philosophy.
187187
</DxcParagraph>
188188
<DxcParagraph>
@@ -261,7 +261,7 @@ const sections = [
261261
includes:
262262
</DxcParagraph>
263263
<DxcBulletedList type="circle">
264-
<DxcBulletedList.Item>Defining the icons intended meaning and use.</DxcBulletedList.Item>
264+
<DxcBulletedList.Item>Defining the icon's intended meaning and use.</DxcBulletedList.Item>
265265
<DxcBulletedList.Item>Designing or sourcing the visual asset.</DxcBulletedList.Item>
266266
<DxcBulletedList.Item>
267267
Testing the icon within its intended context to ensure clarity and accessibility.
@@ -294,7 +294,7 @@ const sections = [
294294
<DxcFlex direction="column" gap="2rem">
295295
<DxcParagraph>
296296
In the first figure, we can see how the custom icon is{" "}
297-
<strong>colorful, highly detailed and visually complex</strong>. This doesnt match the{" "}
297+
<strong>colorful, highly detailed and visually complex</strong>. This doesn't match the{" "}
298298
<strong>monochromatic, simplified geometry</strong> of the Material Icons, as you can see on the same
299299
example. Therefore, this custom icon introduces a visual “noise” that could potentially break the
300300
consistency of the interface. While it may be visually appealing on its own, this custom icon feels out of
@@ -378,7 +378,7 @@ const sections = [
378378
</DxcGrid>
379379
</DxcBulletedList.Item>
380380
<DxcBulletedList.Item>
381-
<strong>Dont rely on icons alone to convey meaning</strong>
381+
<strong>Don't rely on icons alone to convey meaning</strong>
382382
<DxcGrid templateColumns={["1fr", "1.5fr"]} gap="4rem">
383383
<DxcFlex direction="column">
384384
<DxcBulletedList>
@@ -519,10 +519,10 @@ const sections = [
519519
</DxcParagraph>
520520
</DxcBulletedList.Item>
521521
<DxcBulletedList.Item>
522-
<strong>Dont use icons without clear purpose</strong>
522+
<strong>Don't use icons without clear purpose</strong>
523523
<DxcParagraph>
524524
Every icon should add value and support comprehension. Avoid using icons just for decoration: if it
525-
doesnt clarify, reinforce, or simplify an interaction, its better to leave it out. Also avoid overly
525+
doesn't clarify, reinforce, or simplify an interaction, it's better to leave it out. Also avoid overly
526526
abstract or ambiguous icons. Clarity is more important than cleverness.
527527
</DxcParagraph>
528528
</DxcBulletedList.Item>

0 commit comments

Comments
 (0)