Skip to content

Commit d517d07

Browse files
authored
fix/typos in helm setup doc (#795)
1 parent 111d529 commit d517d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/GettingStarted/HelmSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Some useful parameters for the chart, you could also check them in values.yaml
238238
Yes, it just set useExternal value to true while you deploy devlake with helm chart. Below we'll use MySQL on AWS RDS as an example.
239239

240240
a. (Optional) Create a MySQL instance on AWS RDS following this [doc](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_GettingStarted.CreatingConnecting.MySQL.html), skip this step if you'd like to use an existing instance
241-
b. Proviede below values while install from helm:
241+
b. Provide below values while install from helm:
242242

243243
- `mysql.useExternal`: this should be `true`
244244
- `mysql.externalServer`: use your RDS instance's IP address or domain name.

0 commit comments

Comments
 (0)