Skip to content

Commit ca4e978

Browse files
authored
Fix typos (#512)
Signed-off-by: Watson <watson1978@gmail.com>
1 parent 4ef691c commit ca4e978

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

configuration/config-file-yaml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ If you set the environment variable `FLUENTD_TAG` to `dev`, this evaluates to `a
447447

448448
## Supported Data Types for Values
449449

450-
Pease refer to: [Supported Data Types for Values | Fluentd official document](../config-file#supported-data-types-for-values)
450+
Please refer to: [Supported Data Types for Values | Fluentd official document](../config-file#supported-data-types-for-values)
451451

452452
## Common Plugin Parameters
453453

input/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For the full list of the configurable options, see the [Parameters](http.md#para
2323
## Basic Usage
2424

2525
By default, the data format depends on the `Content-Type`.
26-
In summary, you can send the follwoing format.
26+
In summary, you can send the following format.
2727

2828
* `json`
2929
* `ndjson`

input/tail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For timezone format, see [Timezone Section](../configuration/format-section.md#t
123123

124124
This parameter permits to extend glob patterns on `path` and `exclude_path` parameters.
125125
When specifying `extended`, users can use `[]` and `?` in glob patterns.
126-
When specifying `always`, users can use `[]`, `?`, and additonally `{}` in glob patterns.
126+
When specifying `always`, users can use `[]`, `?`, and additionally `{}` in glob patterns.
127127

128128
However, `always` option is not able to use with the default value of `path_delimiter`.
129129
When using the default value of `path_delimiter`, it will be marked as `Fluent::ConfigError`.

metrics/local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ With this configuration:
2424
</system>
2525
```
2626

27-
The above configuration will save the internal metrics for plugins on memory. As a result, you can retrive metrics from memory and also you can replace with your custom metrics plugin.
27+
The above configuration will save the internal metrics for plugins on memory. As a result, you can retrieve metrics from memory and also you can replace with your custom metrics plugin.
2828

2929
Actually, @type local metrics plugin has equivalent functionality for previous single value based Ruby instance variables.
3030
This behavior will be changed by other 3rd party plugins.

output/copy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Since Fluentd v1.12.2, you can use `ignore_if_prev_success` to define fallback o
167167
</match>
168168
```
169169

170-
Fluentd will make use of plugin2 only if the preceeding destinations \(plugin1 in this case\) fail.
170+
Fluentd will make use of plugin2 only if the preceding destinations \(plugin1 in this case\) fail.
171171

172172
If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.
173173

0 commit comments

Comments
 (0)