Skip to content

Commit

Permalink
fix: fix typo in README, close #1
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Dec 22, 2020
1 parent 54330b0 commit 9428144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ src
- **`Component`**: A `Component` is the bridge of behaviors and the internal OpenXML stuff, including `Package`, `Element`, and `Part`.
- **`Property`**: A `Property` represents attributes for an element.
- **`Document`**: A `Document` is the entry `Component` for an real document, eg. `SpreadSheetDocument` etc.
- **`RelationShip`**: A `RelationShip` is a link relationship for the element and other resources from a `Part`.
- **`Relationship`**: A `Relationship` is a link relationship for the element and other resources from a `Part`.

The data flows open or create an document will be like below.

Expand Down

0 comments on commit 9428144

Please sign in to comment.