Skip to content

Commit a9a2006

Browse files
committed
wording nit
1 parent 6867708 commit a9a2006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/sdks/reference/generators-yml-reference.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ groups:
5858

5959
Define authentication methods for your API that your endpoints can reference. Choose from custom headers (API keys), HTTP Basic, Bearer token, or OAuth 2.0 authentication.
6060

61-
Alternatively, you can [define authentication for an individual SDK](#override-api-authentication-settings).
61+
Alternatively, you can [define authentication for individual SDKs](#override-api-authentication-settings).
6262

6363
```yaml title="generators.yml" maxLines=10
6464
auth-schemes:
@@ -298,7 +298,7 @@ whitelabel:
298298

299299

300300
## `metadata`
301-
Package metadata like description and authors that gets included in all generated SDKs. Alternatively, you can [define metadata for a individual SDKs](#metadata-2).
301+
Package metadata like description and authors that gets included in all generated SDKs. Alternatively, you can [define metadata for individual SDKs](#metadata-2).
302302

303303
```yaml title="generators.yml"
304304
metadata:
@@ -375,7 +375,7 @@ Target audiences for this generator group (e.g., "external", "internal")
375375

376376
### `reviewers`
377377

378-
Set code reviewers for an individual SDK. You can alternatively [configure reviewers globally for all SDKs](#reviewers-4).
378+
Set code reviewers for an individual SDK. Alternatively, you can [configure reviewers globally for all SDKs](#reviewers-4).
379379

380380
<Markdown src="/products/sdks/snippets/reviewers-params.mdx" />
381381

0 commit comments

Comments
 (0)