diff --git a/src/multilspy/multilspy_types.py b/src/multilspy/multilspy_types.py index 02fa7ac..dad0116 100644 --- a/src/multilspy/multilspy_types.py +++ b/src/multilspy/multilspy_types.py @@ -201,7 +201,8 @@ class UnifiedSymbolInformation(TypedDict): if necessary). It can't be used to re-infer a hierarchy for the document symbols. - Note: within serena, the parent attribute was added and should be used instead. Most LS don't provide contianerName. + Note: within Serena, the parent attribute was added and should be used instead. + Most LS don't provide containerName. """ detail: NotRequired[str]