Skip to content

Commit e835a4d

Browse files
committed
fix typo
1 parent 0c5b3c3 commit e835a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/hpc/14_tutorial_apptainer/05_customize_container_environments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ apptainer shell \
6767
This demonstrates that software installed within the overlay persists across sessions, while the original `.sif` image remains unchanged.
6868

6969
:::info
70-
In the examples above we started a shell session with the the overlay in read-write mode (`:rw`).
70+
In the examples above we started a shell session with the overlay in read-write mode (`:rw`).
7171
::::warning
72-
Only open the overlay in writeable mode when you are adding packages to it. When not loading packages you should use read-only mode (`:ro`).
72+
Only open the overlay in writable mode when you are adding packages to it. When not loading packages you should use read-only mode (`:ro`).
7373

7474
If you leave the overlay open in read-write mode no other process will be able to open it in either read-write or read-only mode.
7575
::::

0 commit comments

Comments
 (0)