Skip to content

Commit 195425d

Browse files
authored
Update dev_container.rst
Typo
1 parent 3156b12 commit 195425d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user/tutorials/dev_container.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ is mounted into the container as a volume. It is mounted under
177177
from your local machine and the changes will be visible inside the container and
178178
outside the container. This is a good thing as you should consider the container
179179
filesystem to be a temporary filesystem that will be destroyed when the container
180-
deleted.
180+
is deleted.
181181

182182
Now that you are *inside* the container you have access to the tools built into
183183
it, this includes ``ibek``. The first command you should run is:
@@ -303,4 +303,4 @@ we are able to test changes without having to go through a container build
303303
cycle.
304304

305305
In the following tutorials we will look at how to make changes at each of the
306-
3 levels listed in `ioc_change_types`.
306+
3 levels listed in `ioc_change_types`.

0 commit comments

Comments
 (0)