Skip to content

Commit

Permalink
Fix a typo in the word conjunction (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat committed Dec 7, 2018
1 parent 7f62686 commit c107422
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -156,7 +156,7 @@ Container fields are used for meta information about the specific container that

## <a name="destination"></a> Destination fields

Destination fields describe details about the destination of a packet/event. Destination fields are usually populated in conjuction with source fields.
Destination fields describe details about the destination of a packet/event. Destination fields are usually populated in conjunction with source fields.


| Field | Description | Level | Type | Example |
Expand Down Expand Up @@ -438,7 +438,7 @@ The service fields describe the service for or from which the data was collected

## <a name="source"></a> Source fields

Source fields describe details about the source of a packet/event. Source fields are usually populated in conjuction with destination fields.
Source fields describe details about the source of a packet/event. Source fields are usually populated in conjunction with destination fields.


| Field | Description | Level | Type | Example |
Expand Down
4 changes: 2 additions & 2 deletions fields.yml
Expand Up @@ -288,7 +288,7 @@
group: 2
description: >
Destination fields describe details about the destination of a
packet/event. Destination fields are usually populated in conjuction with source fields.
packet/event. Destination fields are usually populated in conjunction with source fields.
type: group
fields:

Expand Down Expand Up @@ -1358,7 +1358,7 @@
group: 2
description: >
Source fields describe details about the source of a
packet/event. Source fields are usually populated in conjuction with destination fields.
packet/event. Source fields are usually populated in conjunction with destination fields.
type: group
fields:

Expand Down
2 changes: 1 addition & 1 deletion schemas/destination.yml
Expand Up @@ -4,7 +4,7 @@
group: 2
description: >
Destination fields describe details about the destination of a
packet/event. Destination fields are usually populated in conjuction with source fields.
packet/event. Destination fields are usually populated in conjunction with source fields.
type: group
fields:

Expand Down
2 changes: 1 addition & 1 deletion schemas/source.yml
Expand Up @@ -4,7 +4,7 @@
group: 2
description: >
Source fields describe details about the source of a
packet/event. Source fields are usually populated in conjuction with destination fields.
packet/event. Source fields are usually populated in conjunction with destination fields.
type: group
fields:

Expand Down

0 comments on commit c107422

Please sign in to comment.