Rename project to Lexical (#1037)

* Rename project to Lexical
This commit is contained in:
Dominic Gannaway
2021-12-22 00:12:07 +00:00
committed by acywatson
parent 0ff6426772
commit 9501cbadef
290 changed files with 42542 additions and 8990 deletions

View File

@ -13,7 +13,7 @@
function formatProdErrorMessage(code) {
throw Error(
`Minified Outline error #${code}; see codes.json for the full message or ` +
`Minified Lexical error #${code}; see codes.json for the full message or ` +
'use the non-minified dev environment for full errors and additional ' +
'helpful warnings.',
);