Skip to content

Commit

Permalink
docs(readme): fix typo (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Dec 21, 2024
1 parent d4bcfc0 commit 07d3e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ if res.Name == "" {
// true if `"name"` is either not present or explicitly null
res.JSON.Name.IsNull()

// true if the `"name"` key was not present in the repsonse JSON at all
// true if the `"name"` key was not present in the response JSON at all
res.JSON.Name.IsMissing()

// When the API returns data that cannot be coerced to the expected type:
Expand Down

0 comments on commit 07d3e40

Please sign in to comment.