Skip to content

Commit 0686645

Browse files
ThorstenHansvdice
andauthored
docs: update description of loading configuration data
Co-authored-by: Vaughn Dice <[email protected]> Signed-off-by: Thorsten Hans <[email protected]>
1 parent c6278fb commit 0686645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following table outlines available configuration values:
1818
| `destination` | Where should the component redirect to | *(empty string)* |
1919
| `statuscode` | What HTTP status code should be used when redirecting | `302` |
2020

21-
The `spin-redirect` component tries to lookup the config value in the Spin component configuration using the keys shown in the table above (lower case). If desired key is not present, it tries transforms the key to upper case (e.g., `DESTINATION`) and checks environment variables.
21+
The `spin-redirect` component tries to look up the config value in the Spin component configuration using the keys shown in the table above (lower case). If desired key is not present, it transforms the key to upper case (e.g., `DESTINATION`) and checks environment variables.
2222

2323
## Example usage
2424

0 commit comments

Comments
 (0)