We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b29541 commit c2cc903Copy full SHA for c2cc903
README.md
@@ -342,7 +342,7 @@ SpiceEditor(editing: spiceStore, title: "Config")
342
The ``SpiceEditorWindow`` can be initialized with a title as follows.
343
344
```swift
345
-SpiceEditorWindow(windowScene: windowScene, editing: AppSpiceStore.shared, title: "Config)
+SpiceEditorWindow(windowScene: windowScene, editing: AppSpiceStore.shared, title: "Config")
346
```
347
348
The title can also be specified when manually creating and presenting an instance of `SpiceEditorViewController`.
0 commit comments