chore: fix three typos in README + comment (#959)

- README.md L35: image alt text "arcitecture" -> "architecture"
- README.md L159: image alt text "Atomatic Tracing" -> "Automatic Tracing"
- crates/common/src/api/open_ai.rs L56: comment "requried parameters" -> "required parameters"

Doc + comment only.

Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
Matt Van Horn 2026-05-26 07:32:16 -07:00 committed by GitHub
parent 241a181d3a
commit 554a3d1f6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ impl Serialize for FunctionParameters {
where
S: serde::Serializer,
{
// select all requried parameters
// select all required parameters
let required: Vec<&String> = self
.properties
.iter()