Skip to content

Commit

Permalink
Fix minor typo in d/query_specification documentation (#369)
Browse files Browse the repository at this point in the history
<!--
Thank you for contributing to the project! πŸ’œ
Please see our [OSS process
document](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md#)
to get an idea of how we operate.
-->

## Short description of the changes

This PR fixes a very tiny typo in the documentation for the query
specification data source that I noticed while working with the trigger
resource.

## How to verify that this has the expected result

Look at the documentation and verify that it is correct and free of
typos.
  • Loading branch information
lafentres authored Sep 20, 2023
1 parent e7029e0 commit 59476c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data-sources/query_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ Each query configuration may have zero or more `having` blocks, which each accep

In addition to all arguments above, the following attributes are exported:

* `id` - ID of the trigger.
* `id` - ID of the query specification.
* `json` - JSON representation of the query according to the [Query Specification](https://docs.honeycomb.io/api/query-specification/#fields-on-a-query-specification), can be used as input for other resources.

0 comments on commit 59476c0

Please sign in to comment.