Skip to content

Commit fe4fcc8

Browse files
authored
Update index.rst
1 parent 8d32375 commit fe4fcc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Configuration
4141
* ``DebugKit.safeTld`` - Set an array of whitelisted TLDs for local development.
4242
This can be used to make sure DebugKit displays on hosts it otherwise determines unsafe. ::
4343

44-
// Allow e.g. http://foo.bar.dev or http://my-shop.local domains locally
45-
Configure::write('DebugKit.safeTld', ['dev', 'local', 'example']);
44+
// Allow e.g. http://foo.bar.test or http://my-shop.local domains locally
45+
Configure::write('DebugKit.safeTld', ['test', 'local', 'example']);
4646

4747
* ``DebugKit.forceEnable`` - Force DebugKit to display. Careful with this, it is usually
4848
safer to simply whitelist your local TLDs. Example usage::

0 commit comments

Comments
 (0)