Skip to content

Commit 16d523b

Browse files
Fixing spelling mistake
1 parent f77a1a4 commit 16d523b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-homomorphic-encryption-seal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Configure the image and deploy. The following code goes through these steps:
163163
1. Create environment object containing dependencies needed by the model using the environment file (`myenv.yml`)
164164
1. Create inference configuration necessary to deploy the model as a web service using:
165165
* The scoring file (`score.py`)
166-
* Environment object created in the rpevious step
166+
* Environment object created in the previous step
167167
1. Deploy the model to the ACI container.
168168
1. Get the web service HTTP endpoint.
169169

0 commit comments

Comments
 (0)