diff --git a/docs/conf.py b/docs/conf.py index 0e45556f..ce875062 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -116,7 +116,7 @@ # sphinxext.opengraph ogp_site_url = about["__docs__"] ogp_image = "_static/img/icons/icon-192x192.png" -ogp_desscription_length = about["__description__"] +ogp_description_length = about["__description__"] ogp_site_name = about["__title__"] # sphinx-copybutton diff --git a/docs/quickstart.md b/docs/quickstart.md index 36203911..77a4c2c8 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -21,7 +21,7 @@ $ pip install --upgrade unihan-db ### Developmental releases New versions of unihan-db are published to PyPI as alpha, beta, or release candidates. In their -versions you will see notfication like `a1`, `b1`, and `rc1`, respectively. `1.10.0b4` would mean +versions you will see notification like `a1`, `b1`, and `rc1`, respectively. `1.10.0b4` would mean the 4th beta release of `1.10.0` before general availability. - [pip]\: