Add period for consistency in error msg

This commit is contained in:
Adam Harvey
2021-02-02 23:32:06 -05:00
parent f5e564cd67
commit 2b9d16b397
@@ -65,7 +65,7 @@ export const TechDocsHome = () => {
<Content>
<WarningPanel
severity="error"
title="Could not load available documentation"
title="Could not load available documentation."
>
{error.message}
</WarningPanel>