Skip to content

Commit 0b71461

Browse files
authored
Replace mention of the "? question mark" with "! warning" icon. (#158)
1 parent e9f65e0 commit 0b71461

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/states/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Watch our [“What are states?” video on YouTube](https://www.youtube.com/watc
1717

1818
:::studio
1919

20-
In the Stately Studio, the rounded rectangle boxes are states. The **?** question mark icon in the machine above indicates an unreachable state. The state is unreachable because it isn’t connected to the [initial state](/states/initial-states.mdx) by a [transition](/transitions-and-events/intro.mdx).
20+
In the Stately Studio, the rounded rectangle boxes are states. The **!** warning icon in the machine above indicates an unreachable state. The state is unreachable because it isn’t connected to the [initial state](/states/initial-states.mdx) by a [transition](/transitions-and-events/intro.mdx).
2121

2222
:::
2323

versioned_docs/version-5/states.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Watch our [“What are states?” video on YouTube](https://www.youtube.com/watc
2727

2828
## Using states in Stately Studio
2929

30-
In Stately Studio, the rounded rectangle boxes are states. The **?** question mark icon in the machine above indicates an unreachable state. The state is unreachable because it isn’t connected to the [initial state](initial-states.mdx) by a [transition](transitions.mdx).
30+
In Stately Studio, the rounded rectangle boxes are states. The **!** warning icon in the machine above indicates an unreachable state. The state is unreachable because it isn’t connected to the [initial state](initial-states.mdx) by a [transition](transitions.mdx).
3131

3232
### Create a state
3333

0 commit comments

Comments
 (0)