Skip to content

Commit 1e87d11

Browse files
authored
Merge pull request #283 from richardherbert/patch-5
2 parents 23ae021 + a7eb116 commit 1e87d11

File tree

1 file changed

+1
-1
lines changed
  • getting-started/configuration/coldbox.cfc/configuration-directives

1 file changed

+1
-1
lines changed

getting-started/configuration/coldbox.cfc/configuration-directives/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This method is more reliable than relying on cgi.http\_host, since it will never
6666
If you are NOT using environmental variables you can use your own detection algorithm instead of looking at the `cgi.http_host` variable. You will NOT fill out an environments structure but actually create a method with the following signature:
6767
6868
```javascript
69-
string public detectEnvironment(){
69+
string public function detectEnvironment(){
7070
}
7171
```
7272

0 commit comments

Comments
 (0)