In the docs, the example is `Umbraco.ContentSingle...
# contributing
m
In the docs, the example is
Umbraco.ContentSingleAtXPath("//newsArticle");
which could be updated to something like
Umbraco.ContentAtRoot().FirstOrDefault()?.ChildrenOfType("newsArticle");