Skip to content

Commit 0086621

Browse files
authored
Update behind-the-scenes.md (#96)
1 parent 7416f77 commit 0086621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/behind-the-scenes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The following paragraphs describe how Springwolf works internally.
1111
When the Spring Boot application is started, Springwolf uses its scanners to find defined consumers and producers within the application.
1212
Based on the results, the channels/topics are extracted including payload type and merged together into an [AsyncAPI conform document](https://www.asyncapi.com/docs/reference/specification/v3.0.0).
1313

14-
The AsyncAPI document is accessible an endpoint.
14+
The AsyncAPI document is accessible as an endpoint.
1515
When the Springwolf UI is opened, the browser fetches the document and renders it (see demo).
1616

1717
When publishing is enabled, the user can publish a message through the UI to another endpoint.

0 commit comments

Comments
 (0)