Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
beckykd committed Jan 12, 2024
1 parent 95d5b99 commit b50f0be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/run/advanced-runtime-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: Specify options when building with Qiskit runtime primitives

When calling the primitives, you can pass in options by using the `Options` class or when using the `run` method. In the `Options` class, commonly used options, such as `resilience_level`, are at the first level. Other options are grouped into different categories:

![The image shows the top level options categories: transpilation, resiliance, execution, environment, and simulation.](/images/build/options.png)
![The image shows the top level options categories: transpilation, resilience, execution, environment, and simulation.](/images/build/options.png)

<Admonition type="info" title="Attention">
This section focuses on Qiskit Runtime primitive [Options](../api/qiskit-ibm-runtime/qiskit_ibm_runtime.options.Options) (imported from `qiskit_ibm_runtime`). While most of the `primitives` interface is common across implementations, most `Options` are not. Consult the
Expand Down
2 changes: 1 addition & 1 deletion docs/run/system-information.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Click the download icon in the upper right of any tab to download a CSV file of

**Table view tab**

![The table view tab shows the calibration information as numberical data.](/images/migration/table-view.png 'Table view tab')
![The table view tab shows the calibration information as numerical data.](/images/migration/table-view.png 'Table view tab')


## Find system information from other channels
Expand Down

0 comments on commit b50f0be

Please sign in to comment.