Skip to content

Commit

Permalink
Fix site build
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenpetryk committed Oct 20, 2024
1 parent 3501d8d commit 1ff6481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/guides/display/ellipses/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function Page() {
<PropTable of={"Ellipse"} />

<WIP>
{/* @ts-expect-error */}

Check failure on line 24 in docs/app/guides/display/ellipses/page.tsx

View workflow job for this annotation

GitHub Actions / lint

Include a description after the "@ts-expect-error" directive to explain why the @ts-expect-error is necessary. The description must be 3 characters or longer
<p>
Support for defining ellipses in terms of two foci is planned. In the meantime, you can
accomplish this using a{" "}
Expand Down

0 comments on commit 1ff6481

Please sign in to comment.