Skip to content

Commit

Permalink
Update capability.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbryant12 committed Mar 20, 2024
1 parent 717b60e commit dc8c4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/capability.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Capability
A base definition for any new capability, contains information regarding the bfrc, HTTP Method, and methods for validation response body. Paymail Routes and Paymail Client take a base definition to extend the capabilities
A base definition for any new capability, contains information regarding the bfrc, HTTP Method, validation response body. Paymail Routes and Paymail Client take a base definition to extend the capabilities

A handful of base capabilities have been implemented and it is easy to create any new additional capability.

Expand Down Expand Up @@ -51,4 +51,4 @@ export default new Capability({
},
});

```
```

0 comments on commit dc8c4b1

Please sign in to comment.