Skip to content

Commit

Permalink
docs: fix typo (#2067)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4ck3rk3y authored Jan 22, 2024
1 parent 213e9b6 commit 8a0241f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/api-reference/starlark-reference/service-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ config = ServiceConfig(

# The username that will be used to pull the image from the given registry
# MANDATORY
usernamee = "my-user",
username = "my-user",

# The password that will be used to pull the image from the given registry
password = "password",
Expand Down Expand Up @@ -216,4 +216,4 @@ The `user` field expects a `User`[user] object being passed.
[ready-condition]: ./ready-condition.md
[locators]: ../../advanced-concepts/locators.md
[package]: ../../advanced-concepts/packages.md
[user]: ./user.md
[user]: ./user.md

0 comments on commit 8a0241f

Please sign in to comment.