diff --git a/en-US/howto/work_with_keys.md b/en-US/howto/work_with_keys.md index d1ef71e..dd5c836 100644 --- a/en-US/howto/work_with_keys.md +++ b/en-US/howto/work_with_keys.md @@ -77,7 +77,7 @@ cfg, err := ini.LoadSources(ini.LoadOptions{ }, "my.cnf") ``` -The value of those keys are always `true`, and when you save to a file, it will keep in the same foramt as you read. +The value of those keys are always `true`, and when you save to a file, it will stay in the same format as you read. To generate such keys in your program, you could use `NewBooleanKey`: