few typos fixed

This commit is contained in:
murphy 2022-01-31 11:33:59 +01:00
parent 94f4ec4e34
commit f97a9a9bb4

View file

@ -26,7 +26,7 @@ Each published variant can come out of the software in multiple representations.
### Family
Each published [subset][3b89d8e0] can have exactly one family assigned to it. Family determines the type of data that the subset holds. Family doesn't dictate the file type, but can enforce certain technical specifications. For example OpenPype default configuration expects `model` family to only contain geometry without any shaders or joins when it is published.
Each published [subset][3b89d8e0] can have exactly one family assigned to it. Family determines the type of data that the subset holds. Family doesn't dictate the file type, but can enforce certain technical specifications. For example OpenPype default configuration expects `model` family to only contain geometry without any shaders or joints when it is published.
[3b89d8e0]: #subset "subset"
@ -40,7 +40,7 @@ General term for Software or Application supported by OpenPype and Avalon. These
### Tool
Small piece of software usually dedicated to a particular purpose. Most of OpenPype and Avalon tools have GUI, but some are command line only
Small piece of software usually dedicated to a particular purpose. Most of OpenPype and Avalon tools have GUI, but some are command line only.
### Publish
@ -50,4 +50,4 @@ Process of exporting data from your work scene to versioned, immutable file that
### Load
Process of importing previously published subsets into your current scene, using any of the OpenPype tools.
Loading asset using proper tools will ensure that all your scene content stays version controlled and updatable at a later point
Loading asset using proper tools will ensure that all your scene content stays version controlled and updatable at a later point.