Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo in the word conjunction. #256

Merged
merged 1 commit into from Dec 7, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 @@ -437,7 +437,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 @@ -1346,7 +1346,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