Skip to content

Commit e7d0972

Browse files
authored
Merge pull request #84 from marcelldls/typo-fix
Fix some typos
2 parents 77e47d9 + 09ac086 commit e7d0972

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/user/tutorials/dev_container.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ epics-containers devcontainers have carefully curated host filesystem mounts.
236236
This allows the developer environment to look as similar as possible to the
237237
runtime container.
238238
It also will preserve any important changes that you make in the host file system.
239-
This is essential because the container filesystem is temporary and will bed
239+
This is essential because the container filesystem is temporary and will be
240240
destroyed when the container is rebuilt or deleted.
241241

242242
See `container-layout`_ for details of which host folders are mounted into the

docs/user/tutorials/ioc_changes2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ following command will select the example IOC instance:
106106
ibek dev instance /workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-ioc-02
107107
108108
The above command removes the existing config folder ``/epics/ioc/config`` and
109-
and symlinks in the chosen IOC instance definition's ``config`` folder.
109+
symlinks in the chosen IOC instance definition's ``config`` folder.
110110

111-
Now run the IOC:
111+
Now run the IOC:
112112

113113
.. code-block:: console
114114

0 commit comments

Comments
 (0)