Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Indresh2410 <[email protected]>
  • Loading branch information
Indresh2410 committed Jul 7, 2024
1 parent 698fe79 commit 0ec801e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/2.0/scalers/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Some parameters could be provided using environmental variables, instead of sett

- `hostFromEnv` - The host of the MySQL server, similar to `host`, but reads it from an environment variable on the scale target.
- `portFromEnv` - The port of the MySQL server, similar to `port`, but reads it from an environment variable on the scale target.
- `usernameFromEnv` - The usename for connecting with host the MySQL server, similar to `username`, but reads it from an environment variable on the scale target.
- `usernameFromEnv` - The username for connecting with host the MySQL server, similar to `username`, but reads it from an environment variable on the scale target.

### Authentication Parameters

Expand Down

0 comments on commit 0ec801e

Please sign in to comment.