diff --git a/docs/guides/sessions.mdx b/docs/guides/sessions.mdx index 13866b4b5d1..2c4e26b82fb 100644 --- a/docs/guides/sessions.mdx +++ b/docs/guides/sessions.mdx @@ -66,7 +66,7 @@ A session ends in the following circumstances: * If you use Session as a context manager, that is, `with Session()`, the session is automatically closed when the context ends (the same behavior as using `session.close()`). -When a session ends, the QPu finishes running any job that is currently running. +When a session ends, the QPU finishes running any job that is currently running. ## Usage patterns