chore: fix typo in security-txt.ts (#25160)

seperated -> separated
This commit is contained in:
Ikko Ashimine 2022-05-12 22:28:52 +09:00 committed by GitHub
parent 069b052553
commit 7e4397204a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export const fromProgramData = (
/*
the expected structure of content should be a list
of ascii encoded key value pairs seperated by null characters.
of ascii encoded key value pairs separated by null characters.
e.g. key1\0value1\0key2\0value2\0
*/
const content = decoded.subarray(headerIdx + HEADER.length, footerIdx);