diff --git a/docs/reference/troubleshooting/reproducible-examples.md b/docs/reference/troubleshooting/reproducible-examples.md index b21b9c0f7..0f2044305 100644 --- a/docs/reference/troubleshooting/reproducible-examples.md +++ b/docs/reference/troubleshooting/reproducible-examples.md @@ -9,11 +9,11 @@ a maintainer much longer to identify the root cause of the problem. ## How to write a reproducible example -When writing a reproducible examaple, the goal is to provide all of the context necessary for -someone else to reproduce your example. This includes: +When writing a reproducible example, the goal is to provide all of the context necessary for someone +else to reproduce your example. This includes: - The platform you're using (e.g., the operating system and architecture) -- Any relevant system state (e.g., ) +- Any relevant system state (e.g., explicitly set environment variables) - The version of uv - The version of other relevant tools - The relevant files (the `uv.lock`, `pyproject.toml`, etc.)