Ver código fonte

Merge pull request #32910 from friism/patch-11

fix typo in plugins_logging.md
Doug Davis 8 anos atrás
pai
commit
9b4bbaf121
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/extend/plugins_logging.md

+ 1 - 1
docs/extend/plugins_logging.md

@@ -98,7 +98,7 @@ in the response. If no error then you can either send an empty response (`{}`)
 or an empty value for the `Err` field.
 or an empty value for the `Err` field.
 
 
 The driver should at this point be consuming log messages from the passed in file.
 The driver should at this point be consuming log messages from the passed in file.
-If messages are unconsumed, it may cause the contaier to block while trying to
+If messages are unconsumed, it may cause the container to block while trying to
 write to its stdio streams.
 write to its stdio streams.
 
 
 Log stream messages are encoded as protocol buffers. The protobuf definitions are
 Log stream messages are encoded as protocol buffers. The protobuf definitions are