We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e73e4 commit 45dd25eCopy full SHA for 45dd25e
packages/tailwindcss/src/utils/segment.ts
@@ -27,7 +27,7 @@ const CLOSE_CURLY = 0x7d
27
*/
28
export function segment(input: string, separator: string) {
29
// 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.
+ // synchronous, non-recursive, and runs in a single-threaded environment.
31
let stackPos = 0
32
let parts: string[] = []
33
let lastPos = 0
0 commit comments