Skip to content

Commit 3af3f2b

Browse files
eemelidminor
andauthored
Apply suggestions from code review
Co-authored-by: Dan Minor <dminor@mozilla.com>
1 parent 3dac008 commit 3af3f2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@ and eventually have it accepted as a Unicode Technical Standard (UTS).
7878
7979
## Data Model
8080

81-
As practically speaking all MessageFormat use cases make use of more than one related message,
82-
It is beneficial to be able to group and organise them in the data model.
81+
As practically all MessageFormat use cases will make use of more than one related message,
82+
it is beneficial to be able to group and organise related messages in the data model.
8383

8484
A Resource provides an externally addressable set of messages,
8585
which all share a single _locale_ identifier.
8686
Within a Resource, the structure of Messages may be completely flat,
87-
or use MessageGroups to provide a hierarchy of messages.
87+
or MessageGroups may be used to provide a hierarchy of messages.
8888

8989
A Resource is often the data model representation of a single file,
90-
but may be constructed from any source.
90+
but may be constructed from any number and type of sources.
9191
It is not necessary for an implementation to use Resources to hold messages.
9292

9393
```ts

0 commit comments

Comments
 (0)