fix(typo): typos in Dashboard and Report in HTML (#6847)

This commit is contained in:
Pranay Girase
2025-02-06 21:12:31 +05:30
committed by GitHub
parent 665bfa2f13
commit 88cfc0fa7e
3 changed files with 4 additions and 4 deletions

View File

@@ -1720,7 +1720,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status):
[
html.P(
html.Strong(
"Recomendation: ",
"Recommendation: ",
style={
"margin-right": "5px"
},
@@ -1744,7 +1744,7 @@ def generate_table(data, index, color_mapping_severity, color_mapping_status):
[
html.P(
html.Strong(
"RecomendationUrl: ",
"RecommendationUrl: ",
style={
"margin-right": "5px"
},