Skip to content

Commit 6893f5b

Browse files
authored
Fix syntax in Swift config example (SDKs) (#592)
1 parent cea2c86 commit 6893f5b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fern/products/sdks/overview/swift/configuration.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@ description: Configuration options for the Fern Swift SDK.
55

66
You can customize the behavior of the Swift SDK generator in `generators.yml`:
77

8-
```yaml {7-8} title="generators.yml"
8+
```yaml {7-9} title="generators.yml"
99
default-group: local
1010
groups:
1111
local:
1212
generators:
1313
- name: fernapi/fern-swift-sdk
1414
version: <Markdown src="/snippets/version-number-swift.mdx"/>
15-
clientClassName: YourClientName
16-
environmentEnumName: YourCustomEnvironment
15+
config:
16+
clientClassName: YourClientName
17+
environmentEnumName: YourCustomEnvironment
1718
```
1819
1920
## SDK Configuration Options

0 commit comments

Comments
 (0)