Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CagtayFabry authored Oct 3, 2023
1 parent 2810bac commit 5defac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The plot function has many other options that can be used to adjust the apearance of the plot.\n",
"The plot function has many other options that can be used to adjust the appearance of the plot.\n",
"Consult the [function documentation](https://weldx.readthedocs.io/en/latest/_autosummary/weldx.CoordinateSystemManager.plot.html#weldx.CoordinateSystemManager.plot) for further details.\n",
"\n",
"If you are running a jupyter notebook, you can use k3d as rendering backend.\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/src/tutorials/weldxfile.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"metadata": {},
"source": [
"# How to handle WelDX files\n",
"In this notebook we will demonstrate how to create, read, and update ASDF files created by WelDX. All the needed funcationality is contained in a single class named `WeldxFile`. We are going to show different modes of operation, like working with physical files on your harddrive, and in-memory files, both read-only and read-write mode.\n",
"In this notebook we will demonstrate how to create, read, and update ASDF files created by WelDX. All the needed functionality is contained in a single class named `WeldxFile`. We are going to show different modes of operation, like working with physical files on your harddrive, and in-memory files, both read-only and read-write mode.\n",
"\n",
"## Imports\n",
"The WeldxFile class is being imported from the top-level of the weldx package."
Expand Down

0 comments on commit 5defac5

Please sign in to comment.