Skip to content

Commit 0f25d90

Browse files
committed
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@7810 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0c0d779 commit 0f25d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wp-config-sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Change SECRET_KEY to a unique phrase. You won't have to remember it later,
1111
// so make it long and complicated. You can visit http://api.wordpress.org/secret-key/1.0/
12-
// to get a ecret key generated for you, or just make something up.
12+
// to get a secret key generated for you, or just make something up.
1313
define('SECRET_KEY', 'put your unique phrase here'); // Change this to a unique phrase.
1414

1515
// You can have multiple installations in one database if you give each a unique prefix

0 commit comments

Comments
 (0)