Skip to content

Commit

Permalink
Update sandbox.adoc: fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Nov 14, 2024
1 parent e27bea9 commit 68c27a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/sandbox.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With IDEasy we follow the sandbox principle for the projects managed by our tool
That is each project may peacefully coexist with other projects on the same computer.

Changes and work in one project do not have side-effects to other projects so the projects are isolated from each other.
This principle is not very easy to archive on the same computer since you have to consider the following requirements.
This principle is not very easy to achieve on the same computer since you have to consider the following requirements.
Different projects on the same computer...

* ... may want to use the same tool (`java`, `mvn`, `node`, `python`, you name it).
Expand All @@ -17,7 +17,7 @@ You do not want to accidentally deploy something for the wrong account because y

== Concept

There are differnet concepts and implementations how to archive this sandbox principle.
There are differnet concepts and implementations how to achieve this sandbox principle.
An obvious one is virtualization (using VMs) or para-virtualization (using "docker" containers).
Microsoft is using the latter with https://containers.dev/[development containers].
However, from the start we belived that developers want the following things:
Expand Down

0 comments on commit 68c27a0

Please sign in to comment.