diff --git a/docs/errors/E0718.md b/docs/errors/E0718.md index 825d7f0b9c..79a565ece6 100644 --- a/docs/errors/E0718.md +++ b/docs/errors/E0718.md @@ -22,4 +22,3 @@ Replacing the `.` with `?.` will prevent the errors from being thrown at runtime let bug = { milestone: null }; console.log(bug.milestone?.name?.trim()); // undefined ``` ->>>>>>>