fix typo in angular error behavior description

This commit is contained in:
James Fenn
2023-10-19 13:33:49 -04:00
parent 9039d7649c
commit b76029a8e8

View File

@@ -1,7 +1,7 @@
--- ---
{ {
title: "Discovering Odd Behavior with Angular Error Handling", title: "Discovering Odd Behavior with Angular Error Handling",
description: "Angular has fairly constistent error handling behavior... Until it doesn't. Here's one place where it's off and why.", description: "Angular has fairly consistent error handling behavior... Until it doesn't. Here's one place where it's off and why.",
published: '2023-09-27T13:45:00.284Z', published: '2023-09-27T13:45:00.284Z',
authors: ['crutchcorn'], authors: ['crutchcorn'],
tags: ['angular', 'javascript', 'webdev'], tags: ['angular', 'javascript', 'webdev'],