Skip to content

Commit 33ebcfa

Browse files
committed
Test
1 parent 8120dd0 commit 33ebcfa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/vale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
files: ${{ steps.changed-files.outputs.all_changed_files }}
3434
version: 3.12.0
35-
reporter: github-pr-review
35+
reporter: github-pr-check
3636
fail_on_error: false
3737
env:
3838
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.vale.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Microsoft.Vocab = NO
2222
Microsoft.Semicolon = NO # Mostly just picks up code
2323
Microsoft.SentenceLength = NO # Mostly just picks up code
2424
Microsoft.Dashes = NO
25+
Microsoft.Foreign = NO
2526

2627
# Not relevant for Fern audience
2728
Microsoft.GeneralURL = NO

fern/products/docs/pages/api-references/audiences.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ subtitle: Use audiences to filter the endpoints, schemas, and properties that ar
55

66
<Markdown src="/snippets/pro-plan.mdx"/>
77

8+
please testing
89
Audiences are a useful tool for segmenting your API for different consumers. Common examples of audiences include `public`
910
and `beta`. You can configure audiences in both [the OpenAPI Specification](/learn/api-definitions/openapi/extensions/audiences) as well as [the Fern Definition](/learn/api-definition/fern/audiences).
1011

0 commit comments

Comments
 (0)