Skip to content

Commit 8ea565d

Browse files
authored
Fix minor typo in io.rst (#8492)
1 parent 8ee12f6 commit 8ea565d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/user-guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ store. These options are useful for scenarios when it is infeasible or
804804
undesirable to write your entire dataset at once.
805805

806806
1. Use ``mode='a'`` to add or overwrite entire variables,
807-
2. Use ``append_dim`` to resize and append to exiting variables, and
807+
2. Use ``append_dim`` to resize and append to existing variables, and
808808
3. Use ``region`` to write to limited regions of existing arrays.
809809

810810
.. tip::

0 commit comments

Comments
 (0)