Skip to content

Commit 9317c2d

Browse files
committed
chore: fix typos
1 parent 7e519bd commit 9317c2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dataspace-connector/slim/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This Dataspace Connector Deployment example consists of the following components
3838
```
3939
git clone https://github.com/International-Data-Spaces-Association/IDS-Deployment-Examples.git
4040
```
41-
2. Open a new terminal inside the created direcotry and navigate to this folder.
41+
2. Open a new terminal inside the created directory and navigate to this folder.
4242
```
4343
cd IDS-Deployment-Examples/dataspace-connector/slim/docker
4444
```

dataspace-connector/slim/k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This example can not be used with the current IDS Metadata Broker off-the-shelf,
4040
```
4141
helm install dataspaceconnector charts/dataspace-connector
4242
```
43-
- Follow the instructings for connecting to the service displayed in the terminal e.g.:
43+
- Follow the instructions for connecting to the service displayed in the terminal e.g.:
4444
```
4545
1. Get the application URL by running these commands:
4646
export POD_NAME=$(kubectl get pods --namespace default -l "app.kubernetes.io/name=dataspace-connector,app.kubernetes.io/instance=dataspaceconnector" -o jsonpath="{.items[0].metadata.name}")
@@ -51,7 +51,7 @@ This example can not be used with the current IDS Metadata Broker off-the-shelf,
5151
- Login with username `admin` and password `password`
5252
- The [Communication Guide](https://international-data-spaces-association.github.io/DataspaceConnector/CommunicationGuide) explains how to use the APIs of the connector
5353
54-
Individual settings can be made by modifing the chart itself.
54+
Individual settings can be made by modifying the chart itself.
5555
5656
### Uninstall
5757
- Run `helm uninstall dataspaceconnector`

0 commit comments

Comments
 (0)