Skip to content

Commit d6bddea

Browse files
committed
Fix a leftover EKLine issue
1 parent 920bf93 commit d6bddea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/docs/pages/sdks/mobile/flutter/features.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ All properties in `UserTraits` are optional.
181181
| `description` | `String?` | A description of the user |
182182
| `customFields` | `{ [key: String]: any }` | Dictionary of custom fields configured in DevRev |
183183

184-
#### OrganizationTraits
184+
#### Organization traits
185185

186186
The `OrganizationTraits` class contains detailed information about the organization:
187187

@@ -198,7 +198,7 @@ All properties in `OrganizationTraits` are optional.
198198
| `tier` | `String?` | The organization's tier or plan level |
199199
| `customFields` | `{ [key: String]: any }` | Dictionary of custom fields configured in DevRev |
200200

201-
#### AccountTraits
201+
#### Account traits
202202

203203
The `AccountTraits` class contains detailed information about the account:
204204

0 commit comments

Comments
 (0)