Error in Doc / or Grammar recommendations, etc

For the doc …

I believe it does it not read properly - please consider fixing per the suggestion in () below.

Best

Dave

An account is divided into two main areas:

  1. The first area is the contract area. This is the area that stores any number (of) smart contracts that contain type definitions, fields, and functions that relate to a common functionality. This area also holds contract interfaces, which are basically program guidelines that other contracts can import and implement. This area cannot be directly read from in a transaction, unless the transaction is just reading the code deployed to an account. The owner of an account can directly add, remove, or update/overwrite contracts that are stored in it.

Thank you for the suggestion! We’ll fix the typo. :slight_smile:

For future reference, if you see something in the docs that you think could be better, you are more than welcome to make a PR yourself! The docs are in this repo
and the cadence docs/tutorials are in the cadence repo.

Ok / will do