Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 committed May 21, 2024
1 parent 8a875fa commit 9f8e856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gallery/general/plot_configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Introduction
-------------
Users do not directly interact with the :py:class:`~hdmf.term_set.TypeConfigurator` class.
Instead, users wil create a configuration YAML file that outlines the fields (within a neurodata type)
Instead, users will create a configuration YAML file that outlines the fields (within a neurodata type)
they want to be validated. After creating the configuration file, users will need to load the
configuration with the :py:func:`~pynwb.load_type_config` method.
With the configuration loaded, every instance of the neurodata
Expand All @@ -31,7 +31,7 @@
the user needs to create one following some simple guidelines. To follow along with an example,
please refer to ``nwb_config.yaml`` under ``src/config``.
The configuration files is built on the foundation of the YAML syntax. The
user will construct a series of nested dictioanries to encompass all the necessary information.
user will construct a series of nested dictionaries to encompass all the necessary information.
1. The user needs to define all the relevant namespaces. Recall that each neurodata type exists within
a namespace, whether that is the core namespace in PyNWB or a namespace in an extension. As namespaces grow,
Expand Down

0 comments on commit 9f8e856

Please sign in to comment.