Skip to content

Commit a9776b0

Browse files
committed
Fix: Typo in code
1 parent 5091a85 commit a9776b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ const asset = new DockerImageAsset(this, 'MyBuildImage', {
10631063
#### [ Python ]
10641064

10651065
```
1066-
asset = DockerImageAsset(self, "MyBulidImage",
1066+
asset = DockerImageAsset(self, "MyBuildImage",
10671067
directory=os.path.join(dirname, "my-image"),
10681068
build_args=dict(HTTP_PROXY="http://10.20.30.2:1234"))
10691069
```

0 commit comments

Comments
 (0)