Skip to content

Commit b39918c

Browse files
authored
Fix typo
1 parent 862e690 commit b39918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static let systemPink = Color.dynamicColor(
7676

7777
## How to add a new color
7878

79-
1. Add the color to the `BaseColor` enum.
79+
1. Add the color to the `BaseColor` struct.
8080
```swift
8181
/// A color that represents the system-provided systemPink color.
8282
public static let systemPink = Color.dynamicColor(

0 commit comments

Comments
 (0)