Skip to content

Commit 065de4f

Browse files
fix(docs): typo Enviornment instead of Environment (#3)
Just a small typo mistake correction. Signed-off-by: Eric Bode <eric.bode@foundries.io>
1 parent 19cb5ae commit 065de4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/modules/ROOT/pages/introducing-pkl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ type Application struct {
476476
Port uint16 `pkl:"port"`
477477
478478
// The environment to deploy to.
479-
Environment Environment.Environment `pkl:"environment"`
479+
Environment environment.Environment `pkl:"environment"`
480480
481481
// The database connection for this application
482482
Database *Database `pkl:"database"`

0 commit comments

Comments
 (0)