File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ epics-containers devcontainers have carefully curated host filesystem mounts.
236
236
This allows the developer environment to look as similar as possible to the
237
237
runtime container.
238
238
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
240
240
destroyed when the container is rebuilt or deleted.
241
241
242
242
See `container-layout `_ for details of which host folders are mounted into the
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ following command will select the example IOC instance:
106
106
ibek dev instance /workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-ioc-02
107
107
108
108
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.
110
110
111
- Now run the IOC:
111
+ Now run the IOC:
112
112
113
113
.. code-block :: console
114
114
You can’t perform that action at this time.
0 commit comments