diff --git a/apps/docs/content/docs/editor.mdx b/apps/docs/content/docs/editor.mdx index 869bc93c6..1be63e8b8 100644 --- a/apps/docs/content/docs/editor.mdx +++ b/apps/docs/content/docs/editor.mdx @@ -275,7 +275,7 @@ Whether the camera is locked. When the camera is locked, the camera will not mov ### `constraints` -By default the camera is free to move anywhere on the infinite canvas. However, you may provide the camera with a `constraints` object that constrains the camera based on a relationship between a `bounds` (in page space) and the viewport (in screen space). +By default the camera is free to move anywhere on the infinite canvas. However, you may provide the camera with a `constraints` object that constrains the camera based on a relationship between `bounds` (in page space) and the `viewport` (in screen space). ### `constraints.bounds`