Skip to content

Commit eef585e

Browse files
authored
Fix typos (lowlighter#479)
1 parent 8f49d10 commit eef585e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

source/plugins/core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Some templates may accept additional custom options that you can pass through th
5252
# ... other options
5353
template: "@super-metrics"
5454
setup_community_templates: octocat/metrics@master:super-metrics, octocat/metrics@master:trusted-metrics+trust
55-
query: '{"custom_colo r":"#FF0000"}'
55+
query: '{"custom_color":"#FF0000"}'
5656
```
5757
5858
### 🎨 Custom CSS styling
@@ -287,4 +287,4 @@ As code is frozen on docker container images, this feature is disabled on forks
287287
with:
288288
# ... other options
289289
use_prebuilt_image: yes
290-
```
290+
```

source/plugins/languages/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ For better results, it's advised to add either your surnames and eventually no-r
5555
plugin_languages_colors: "0:orange, javascript:#ff0000, ..." # Make most used languages orange and JavaScript red
5656
plugin_languages_aliases: "JavaScript:JS, TypeScript:TS, ..." # Customize languages names with aliases
5757
plugin_languages_details: bytes-size, percentage # Additionally display total bytes size and percentage
58-
plugin_la nguages_threshold: 2% # Hides all languages less than 2%
58+
plugin_languages_threshold: 2% # Hides all languages less than 2%
5959
plugin_languages_limit: 8 # Display up to 8 languages
6060
plugin_languages_sections: most-used, recently-used # Display most used and recently used languages stats
6161
plugin_languages_indepth: no # Get indepth stats (see documentation before enabling)

0 commit comments

Comments
 (0)