diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-07-19 13:39:22 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-07-19 13:39:22 -0400 |
commit | 984db272dc37fc827291010796f300e8745eddf2 (patch) | |
tree | 8ec56aa04f32a3edd0a2a8413a3d4b09dac7769b /src/client/documents/DocumentTypes.ts | |
parent | b24babcd89d51e7f6461c57ac16701630c86cf87 (diff) | |
parent | d7a3e39e901054d0308df158cfa578a94f80c467 (diff) |
Merge branch 'master' into collaboration-again
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 6cd8de87a..b629d9b8c 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -2,7 +2,7 @@ export enum DocumentType { NONE = 'none', // core data types - RTF = 'rtf', + RTF = 'rich text', IMG = 'image', WEB = 'web', COL = 'collection', |