mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
fix typo "envionment" -> "environment" (#13496)
This commit is contained in:
parent
e4e73e49a8
commit
45dd25ec38
@ -27,7 +27,7 @@ const CLOSE_CURLY = 0x7d
|
||||
*/
|
||||
export function segment(input: string, separator: string) {
|
||||
// SAFETY: We can use an index into a shared buffer because this function is
|
||||
// synchronous, non-recursive, and runs in a single-threaded envionment.
|
||||
// synchronous, non-recursive, and runs in a single-threaded environment.
|
||||
let stackPos = 0
|
||||
let parts: string[] = []
|
||||
let lastPos = 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user