Skip to content

Commit 8a8fb5c

Browse files
author
Sebastián Rojas Ricaurte
committedApr 12, 2023
grammar
1 parent 75a9e1c commit 8a8fb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/stories/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default function Stories({
106106
setIsPaused(false);
107107
}
108108

109-
// Enters when 'selectedStory' changed
109+
// Enters when 'selectedStory' changes
110110
useEffect(() => {
111111
if (!selectedStory) return;
112112

0 commit comments

Comments
 (0)
Please sign in to comment.