Skip to content

Commit c2cc903

Browse files
authored
Update README.md
1 parent 9b29541 commit c2cc903

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
@@ -342,7 +342,7 @@ SpiceEditor(editing: spiceStore, title: "Config")
342342
The ``SpiceEditorWindow`` can be initialized with a title as follows.
343343

344344
```swift
345-
SpiceEditorWindow(windowScene: windowScene, editing: AppSpiceStore.shared, title: "Config)
345+
SpiceEditorWindow(windowScene: windowScene, editing: AppSpiceStore.shared, title: "Config")
346346
```
347347

348348
The title can also be specified when manually creating and presenting an instance of `SpiceEditorViewController`.

0 commit comments

Comments
 (0)