Skip to content

Commit 45dd25e

Browse files
authored
fix typo "envionment" -> "environment" (#13496)
1 parent e4e73e4 commit 45dd25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utils/segment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const CLOSE_CURLY = 0x7d
2727
*/
2828
export function segment(input: string, separator: string) {
2929
// SAFETY: We can use an index into a shared buffer because this function is
30-
// synchronous, non-recursive, and runs in a single-threaded envionment.
30+
// synchronous, non-recursive, and runs in a single-threaded environment.
3131
let stackPos = 0
3232
let parts: string[] = []
3333
let lastPos = 0

0 commit comments

Comments
 (0)