Skip to content

Commit

Permalink
fix: type in contributing and connector docs
Browse files Browse the repository at this point in the history
Refs
- #1815
  • Loading branch information
HknLof committed Jul 19, 2022
1 parent 1f7c213 commit 4500c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ email (on the SmallRye mailing list), or any other method with the owners of thi
## Issues

1. Make sure you provide a reproducer for your issue
2. Details about your environment matters - don't forget them. This include where is the application deplyed (bare metal,
2. Details about your environment matters - don't forget them. This include where is the application deployed (bare metal,
containers...), Java version...
3. Details about your build environment matters (Maven version, Java version)

Expand Down
2 changes: 1 addition & 1 deletion documentation/src/main/docs/concepts/connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Connector can:

1. retrieve messages from a remote broker (inbound)

2. send messages to a remove broker (outbound)
2. send messages to a remote broker (outbound)

A connector can, of course, implement both directions.

Expand Down

0 comments on commit 4500c26

Please sign in to comment.