Fix some typos from the documentation (#1383)

* Fix run typo

* Fix entrypoint typo
This commit is contained in:
David 2024-06-20 11:53:06 -04:00 committed by GitHub
parent e8f43f5abf
commit 685d1ff598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -414,7 +414,7 @@ class GatewayJobClient(BaseJobClient):
)
else:
raise QiskitServerlessException(
"Function must either have `entryoint` or `image` specified."
"Function must either have `entrypoint` or `image` specified."
)
return program_title

View File

@ -176,7 +176,7 @@
"id": "135eda5f",
"metadata": {},
"source": [
"We can run any function by calling `fun` method on function object."
"We can run any function by calling `run` method on function object."
]
},
{