Skip to content

Commit 6ff0ff2

Browse files
committed
spelling & grammar changes
Adjusted some typos or grammatical errors for readability.
1 parent 89f1a34 commit 6ff0ff2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/extensions/db2i/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ We added the option for users to configure `Auto Refresh` on the SELF view. When
156156

157157
## Visual Explain
158158

159-
We have added Visual Explain into the database extension with a more lightweight approach of explain data. The typically run button on the document now has options to either run, run and explain or explain without running, which will show the explain nodes and node details in the same result set view.
159+
We have added Visual Explain into the database extension with a more lightweight approach of explain data. The typical run button on the document now has options to either run, run and explain or explain without running, which will show the explain nodes and node details in the same result set view.
160160

161-
The Visual Explain view has button on the header to control which nodes should be highlights, as well as the ability to export the data as JSON, and more.
161+
The Visual Explain view has a button on the header to control which nodes should be highlights, as well as the ability to export the data as JSON, and more.
162162

163163
![](./images/dove.png)
164164

@@ -184,7 +184,7 @@ There are a few ways to create an IBM i Notebook:
184184

185185
### The life of a Notebook
186186

187-
A notebook is made up of cells. A cell is asscociated with a language (for example, `sql`, `cl`, or `markdown`). Cells (other than `markdown`) can be executed. Each cell has a result and typically gets rendered below the cell input after execution.
187+
A notebook is made up of cells. A cell is associated with a language (for example, `sql`, `cl`, or `markdown`). Cells (other than `markdown`) can be executed. Each cell has a result and typically gets rendered below the cell input after execution.
188188

189189
Execution is different for each language type:
190190

0 commit comments

Comments
 (0)