We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebde31b commit 995866eCopy full SHA for 995866e
pkg/config/engine/containerd/config_drop_in.go
@@ -86,7 +86,7 @@ func (c *ConfigWithDropIn) RemoveRuntime(name string) error {
86
return c.Interface.RemoveRuntime(name)
87
}
88
89
-// flush saves the top-level config to it's path.
+// flush saves the top-level config to its path.
90
// If the config is empty, the file will be deleted.
91
func (c *topLevelConfig) flush() error {
92
_, err := c.config.Save(c.path)
0 commit comments