Skip to content

Commit 5b55fbe

Browse files
Fix "something went wrong" error on 'index-website' api docs (#1835)
1 parent e3dc063 commit 5b55fbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/apis/fai/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5175,7 +5175,7 @@
51755175
}
51765176
],
51775177
"title": "Url Pattern",
5178-
"description": "Regex pattern to filter URLs (e.g., 'https://example\\.com/(docs|api)/.*')."
5178+
"description": "Regex pattern to filter URLs (e.g., `https://example\\.com/(docs|api)/.*`)."
51795179
},
51805180
"chunk_size": {
51815181
"anyOf": [

0 commit comments

Comments
 (0)