@@ -32,7 +32,7 @@ func LoadDefaultClientOptions() (client.Options, error) {
3232// LoadClientOptionsRequest are options for [LoadClientOptions].
3333type LoadClientOptionsRequest struct {
3434 // Override the file path to use to load the TOML file for config. Defaults to TEMPORAL_CONFIG_FILE environment
35- // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporal /temporal.toml. If ConfigFileData is
35+ // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporalio /temporal.toml. If ConfigFileData is
3636 // set, this cannot be set and no file loading from disk occurs. Ignored if DisableFile is true.
3737 ConfigFilePath string
3838
@@ -93,7 +93,7 @@ func LoadClientOptions(options LoadClientOptionsRequest) (client.Options, error)
9393// [LoadClientConfigOptions] are options for [LoadClientConfig].
9494type LoadClientConfigOptions struct {
9595 // Override the file path to use to load the TOML file for config. Defaults to TEMPORAL_CONFIG_FILE environment
96- // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporal /temporal.toml. If ConfigFileData is
96+ // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporalio /temporal.toml. If ConfigFileData is
9797 // set, this cannot be set and no file loading from disk occurs.
9898 ConfigFilePath string
9999
@@ -158,7 +158,7 @@ func LoadClientConfig(options LoadClientConfigOptions) (ClientConfig, error) {
158158// LoadClientConfigProfileOptions are options for [LoadClientConfigProfile].
159159type LoadClientConfigProfileOptions struct {
160160 // Override the file path to use to load the TOML file for config. Defaults to TEMPORAL_CONFIG_FILE environment
161- // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporal /temporal.toml. If ConfigFileData is
161+ // variable or if that is unset/empty, defaults to [os.UserConfigDir]/temporalio /temporal.toml. If ConfigFileData is
162162 // set, this cannot be set and no file loading from disk occurs. Ignored if DisableFile is true.
163163 ConfigFilePath string
164164
@@ -248,7 +248,7 @@ func LoadClientConfigProfile(options LoadClientConfigProfileOptions) (ClientConf
248248// DefaultConfigFileProfile is the default profile used.
249249const DefaultConfigFileProfile = "default"
250250
251- // DefaultConfigFilePath is the default config file path used. It is [os.UserConfigDir]/temporal /temporal.toml.
251+ // DefaultConfigFilePath is the default config file path used. It is [os.UserConfigDir]/temporalio /temporal.toml.
252252//
253253// WARNING: Environment configuration is currently experimental.
254254func DefaultConfigFilePath () (string , error ) {
0 commit comments