Skip to content

Commit a296660

Browse files
committed
Fix typo
1 parent 173f01b commit a296660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/SuggestionPanelContent/PromptToCodePanelView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ extension PromptToCodePanelView {
955955
.frame(width: 500, height: 500, alignment: .center)
956956
}
957957

958-
#Preview("Geenrating") {
958+
#Preview("Generating") {
959959
PromptToCodePanelView(store: .init(initialState: .init(
960960
promptToCodeState: Shared(ModificationState(
961961
source: .init(

0 commit comments

Comments
 (0)