Skip to content

Commit b684963

Browse files
davidjoydcoa
andauthored
docs: Update docs/decisions/0007-javascript-file-configuration.rst
Co-authored-by: Diana Olarte <[email protected]>
1 parent 6507625 commit b684963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/decisions/0007-javascript-file-configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ token that helps the build replace it with a string literal.
2828
This approach has several important limitations:
2929

3030
- There's no way to add variables without hard-coding process.env.XXXX somewhere in the file,
31-
complicating our ability to add additional application-specific configuration without explici tly
31+
complicating our ability to add additional application-specific configuration without explicitly
3232
merging it into the configuration document after it's been created in frontend-platform.
3333
- The method can *only* handle strings.
3434

0 commit comments

Comments
 (0)