Skip to content

Commit dbb775e

Browse files
committed
fixing description on variables
1 parent 6c2b109 commit dbb775e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ variable "language" {
193193
}
194194

195195
variable "local_path" {
196-
description = "Notebook location on user machine"
196+
description = "Notebook(s) location on users machine"
197197
type = string
198198
default = null
199199
}

0 commit comments

Comments
 (0)