Skip to content

Commit 4b7c672

Browse files
Merge branch 'carl/doc-improvements' into carl/doc-improvements--generated-api-nav
2 parents fd4a839 + 6ab1c80 commit 4b7c672

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/planet_auth_utils/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
# The Planet Authentication Utilities Package: `planet_auth_utils`
1717
1818
This utility package provides higher leven and convenience functions for
19-
using the [planet_auth] package.
19+
using the [planet_auth][] package.
2020
2121
The core functionality provided by this package includes:
2222
23-
- [planet_auth_utils.PlanetAuthFactory][] - Factory methods makitng it easier for applicaiton developers to initialize
23+
- [planet_auth_utils.PlanetAuthFactory][] - Factory methods making it easier for application developers to initialize
2424
a coherent working set of [planet_auth] objects.
2525
- `plauth` - The `plauth` command line utility is implemented in this package. It may be used
26-
as a stand alone utility, or it may be embedded into other [click](https://click.palletsprojects.com/en/stable/) applications.
26+
as a stand-alone utility, or it may be embedded into other [click](https://click.palletsprojects.com/en/stable/) applications.
2727
- [planet_auth_utils.Builtins][] - Built-in profile interface. Applications built on top of the
28-
may through dependency injection provide the _Planet Auth Library_ with build-in configurations
28+
_Planet Auth Library_ may use configuration injection provide built-in configurations
2929
suitable for the operating environment of the application.
3030
3131
"""

0 commit comments

Comments
 (0)