Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sara Arjona <[email protected]>
  • Loading branch information
vmdef and sarjona authored Aug 10, 2023
1 parent 654330b commit 55f628d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion general/community/plugincontribution/checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ See the section [Coding style#Files](../../development/policies/codingstyle/inde

Instead of the selector `.contentarea` it is better to use something like `.path-mod-mymodule .contentarea` as the `.path-\*` classes are automatically added by the Moodle core renderers to the HTML `<body>` tag.

:::
:::

### Namespace collisions

Expand Down
2 changes: 1 addition & 1 deletion general/community/plugincontribution/codeprechecks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If there are some formal errors or warnings detected, a label like this is displ

![Plugin code prechecks error](_codeprechecks/plugin-codeprechecks-error.png)

::: info Labels information
:::info Labels information

The first of the two numbers gives the total number of detected errors, the second number shows the number of warnings. If there are no errors but some warnings, the label is displayed in orange colour. In case of some errors, the label is displayed in red.

Expand Down

0 comments on commit 55f628d

Please sign in to comment.