diff --git a/src-docs/ingress.py.md b/src-docs/ingress.py.md index 279f6352..da717356 100644 --- a/src-docs/ingress.py.md +++ b/src-docs/ingress.py.md @@ -49,7 +49,7 @@ Shortcut for more simple access the model. get_path() → str ``` -Return the path in whick Jenkins is expected to be listening. +Return the path in which Jenkins is expected to be listening. diff --git a/src/ingress.py b/src/ingress.py index b538d946..3dbf21f0 100644 --- a/src/ingress.py +++ b/src/ingress.py @@ -31,7 +31,7 @@ def __init__(self, charm: ops.CharmBase, key: str, relation_name: str): ) def get_path(self) -> str: - """Return the path in whick Jenkins is expected to be listening. + """Return the path in which Jenkins is expected to be listening. Returns: the path for the ingress URL.