Fix minor provider.md typo

The "Writing your own Provider" section of
`src/site/markdown/provider.md` had a small typo "Writing an own
Provider". This commit fixes the typo.
pull/47/head
Daniel 2017-12-04 14:41:28 -05:00
parent 02460388f0
commit dae535b1ba
No known key found for this signature in database
GPG Key ID: 08FB2BFC470E75B4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ACME providers are "plug-ins" to _acme4j_ that are specialized on a single CA. F
Session session = new Session("acme://letsencrypt.org", accountKeyPair);
```
## Writing an own Provider
## Writing your own Provider
Every CA that provides an ACME server should also have an own `AcmeProvider`, and if it is just for the sake of a pretty `acme:` URI.