Skip to content

Commit 0d95ca9

Browse files
authored
Fix repeated "the" word in documentation (#1798)
1 parent 6594120 commit 0d95ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The minimum Laravel version is now v6.0 and the minimum PHP version is now 7.2.
156156

157157
PR: https://github.com/laravel/passport/pull/1065
158158

159-
Passport now supports public clients and PCKE. To leverage this feature, you should update the the `secret` column of the `oauth_clients` table to be `nullable`:
159+
Passport now supports public clients and PCKE. To leverage this feature, you should update the `secret` column of the `oauth_clients` table to be `nullable`:
160160

161161
Schema::table('oauth_clients', function (Blueprint $table) {
162162
$table->string('secret', 100)->nullable()->change();

0 commit comments

Comments
 (0)