Inventories: Fix grammar mistakes

master
pauloue 2018-04-30 22:08:59 -04:00 committed by rubenwardy
parent 30f116bc1d
commit 3a0c621ec3
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@ root: ../../
## Introduction
In this chapter you will learn how to use manipulate inventories, whether that
is a player inventory, a node inventory, or a detached inventory.
In this chapter you will learn how to use and manipulate inventories, whether
that is a player inventory, a node inventory, or a detached inventory.
This chapter assumes that you already know how to create and manipulate
[ItemStacks](itemstacks.html).
@ -51,7 +51,7 @@ There are three types of inventory:
<figcaption>
This image shows the two inventories visible when you press i.
The gray boxes are inventory lists.<br />
The creative inventory, left (in red) is detached and it made up of a
The creative inventory, left (in red) is detached and is made up of a
single list.<br />
The player inventory, right (in blue) is a player inventory
and is made up of three lists.<br />