Skip to content

Commit 463ad96

Browse files
Elijashellovai
andauthored
docs(fallbacks): fix typo 'resilliancy' -> 'resilience' (#1735)
<!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Fix typo 'resilliancy' to 'resilience' in documentation files related to the fallback provider. > > - **Documentation**: > - Fix typo 'resilliancy' to 'resilience' in `prompt_fiddle_example.baml`, `fallback.mdx`, and `fallbacks.baml`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup> for 1a5bf60. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN --> --------- Co-authored-by: hellovai <vbv@boundaryml.com>
1 parent 6d562a3 commit 463ad96

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

engine/baml-lib/baml/tests/validation_files/prompt_fiddle_example.baml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ client<llm> Gemini {
204204
}
205205
}
206206

207-
// You can use the fallback provider to add more resilliancy to your application.
207+
// You can use the fallback provider to add more resilience to your application.
208208

209209
// A fallback will attempt to use the first client, and if it fails, it will try the second client, and so on.
210210

fern/03-reference/baml/clients/strategy/fallback.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: fallback
33
---
44

55

6-
You can use the `fallback` provider to add more resilliancy to your application.
6+
You can use the `fallback` provider to add more resilience to your application.
77

88
A fallback will attempt to use the first client, and if it fails, it will try the second client, and so on.
99

@@ -73,4 +73,4 @@ client<llm> MegaClient {
7373
]
7474
}
7575
}
76-
```
76+
```

typescript/fiddle-frontend/public/_examples/all-projects/baml_src/adding-resiliency/fallbacks.baml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// You can use the fallback provider to add more resilliancy to your application.
1+
// You can use the fallback provider to add more resilience to your application.
22

33
// A fallback will attempt to use the first client, and if it fails, it will try the second client, and so on.
44

0 commit comments

Comments
 (0)