From 2ce4327a25121771c03dc75dc8eb8a71542a835e Mon Sep 17 00:00:00 2001 From: Skyler Date: Tue, 18 Jan 2022 16:35:39 +0000 Subject: [PATCH] Fix typo This pull request fixes a typo on this page: https://doc.anytype.io/d/fundamentals/object#object-canvas See this discord message for the original finder: https://discord.com/channels/833672277312798730/833672277312798733/932999523985420360 --- fundamentals/object/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fundamentals/object/README.md b/fundamentals/object/README.md index 256d333..0e7837a 100644 --- a/fundamentals/object/README.md +++ b/fundamentals/object/README.md @@ -10,7 +10,7 @@ People, Books, Musicians, Documents, Ideas, Places, Numbers, or Files. In Anytyp ### Object Canvas -Every object has a flexible editing area that we call the "canvas". The canvas contains "blocks", each of which is a piece of information that you can freely move around the canvas. Blocks can take many forms and enable a wide variety of functionality and design adjustments, including text color and highlighting, alignment, and more. You can add a new blockt to hold any information you like by hitting the `+` button or do so in-line by typing `/`. However over a block to see its size or move it elsewhere on the canvas. To create a column, drag one block alongside another block. +Every object has a flexible editing area that we call the "canvas". The canvas contains "blocks", each of which is a piece of information that you can freely move around the canvas. Blocks can take many forms and enable a wide variety of functionality and design adjustments, including text color and highlighting, alignment, and more. You can add a new blocks to hold any information you like by hitting the `+` button or do so in-line by typing `/`. However over a block to see its size or move it elsewhere on the canvas. To create a column, drag one block alongside another block. {% hint style="info" %} Check out [blocks-and-canvas](blocks-and-canvas/ "mention")for more details