Skip to content

Commit

Permalink
Fix typos on notebook
Browse files Browse the repository at this point in the history
Co-authored-by: hboisgon <[email protected]>
  • Loading branch information
shartgring and hboisgon authored Nov 6, 2024
1 parent b16532a commit d743323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hydromt_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"id": "920c45b2",
"metadata": {},
"source": [
"We can use the command `hydromt --help` to get an overview of all the commands that can be accessed throug the command line interface. HydroMT is typically used to `hydromt build` a model using a configuration file. It is also possible to `hydromy update` or `hydromt clip` existing models. The command `hydromt export` is not directly related to model building, but used to exoirt data from a data catalog. The command `hydromt check` is used to validate the configuration file and the linked data catalogs and region settings. This can especially be useful to catch mistakes in the model building process without having to pass all the model building steps, which can take a lot of time for large models.\n",
"We can use the command `hydromt --help` to get an overview of all the commands that can be accessed throug the command line interface. HydroMT is typically used to `hydromt build` a model using a configuration file. It is also possible to `hydromt update` or `hydromt clip` existing models. The command `hydromt export` is not directly related to model building, but used to export data from a data catalog. The command `hydromt check` is used to validate the configuration file and the linked data catalogs and region settings. This can especially be useful to catch mistakes in the model building process without having to pass all the model building steps, which can take a lot of time for large models.\n",
"\n",
"A more detailed description of these commands can be found in the [HydroMT API](https://deltares.github.io/hydromt/latest/api/cli.html). "
]
Expand Down

0 comments on commit d743323

Please sign in to comment.