We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c20a7 commit fc5cd25Copy full SHA for fc5cd25
src/layouts/ReferenceItemLayout.astro
@@ -288,7 +288,7 @@ const descriptionParts = description.split(
288
href={`https://github.com/processing/p5.js/blob/v${p5Version}/${entry.data.file}#L${entry.data.line}`}
289
>
290
{entry.data.file}
291
- </a>. Feel free to edit it and submit a pull request!
+ </a>. Please feel free to edit it and submit a pull request!
292
</div>
293
294
)
0 commit comments