Skip to content

Commit

Permalink
comment copy update
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin S. <marcin@bytedude.com>
  • Loading branch information
kwypchlo and mrcnski authored Sep 28, 2021
1 parent f0c034f commit 51d9b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function prepareUploadOptions() {

if (core.getInput("not-found-page")) {
// transform not-found-page input which is a single file path into
// and url encoded stringified object with a 404 key and its value
// a url encoded stringified object with a 404 key and its value
// being the specified path
try {
options.errorpages = encodeURIComponent(
Expand Down

0 comments on commit 51d9b00

Please sign in to comment.