Skip to content

Commit a073d8d

Browse files
authored
Merge pull request #30 from midopooler/patch-1
Update README.md
2 parents 222c035 + fa3b810 commit a073d8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ curl --location --request DELETE 'http://34.68.35.174:9091/metrics'
110110
> Note: metrics are collected only for `/call` and `/echo`.
111111
112112
# Service Mesh Interface (SMI) Conformance
113-
The `learn-layer5` application serves as a sample application to validate the conformance of any service mesh with the SMI specifications. To verfiy SMI conformance, run Meshery and invoke the suite of SMI tests specific to the service mesh you would like to validate.
113+
The `learn-layer5` application serves as a sample application to validate the conformance of any service mesh with the SMI specifications. To verify SMI conformance, run Meshery and invoke the suite of SMI tests specific to the service mesh you would like to validate.
114114

115115
## Testing with Meshery
116-
Meshery allows you to sechedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
116+
Meshery allows you to schedule tests and invoke them programmatically. Meshery will store these test results and allow you to retrieve them later.
117117

118118
## Testing Manually
119119

120120
To manually invoke SMI Conformance test for a deployed service mesh, you can apply tests from the `smi-test` directory of this repository. Execute the following command to run the smi-conformace tests:
121121

122122
# To check for smi conformance of a deployed service mesh
123-
We use kuttl to check for SMI conformance. All the tests are writtten in smi-test directory of this repository.
123+
We use kuttl to check for SMI conformance. All the tests are written in smi-test directory of this repository.
124124
Execute the following command in `./smi-conformance` to run the smi-conformace tests:-
125125

126126
```shell

0 commit comments

Comments
 (0)