Fix file extension

Co-authored-by: Travis Ralston <travpc@gmail.com>
pull/15475/head
J. Ryan Stinnett 2020-10-16 11:22:28 +01:00 committed by GitHub
parent 7793f07c81
commit f37b63a6cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Web so that you can add your own code. Even though the default module is part of
the React SDK, you can still override it from the Element Web layer:
1. Copy the default customisation module to
`element-web/src/customisations/YourNameSecurity.js`
`element-web/src/customisations/YourNameSecurity.ts`
2. Edit customisations points and make sure export the ones you actually want to
activate
3. Tweak the Element build process to use the customised module instead of the