Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 6, 2024
1 parent 8e9f011 commit 2f4d9e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/main/java/resource/tld/core-base.tld
Original file line number Diff line number Diff line change
Expand Up @@ -8887,15 +8887,15 @@ Depending on this setting Lucee scans certain scopes to find a variable called f
<alias>doc</alias>
<default>false</default>
<required>false</required>
<description>Show documentation output at the end of teh webpage or not.</description>
<description>Show documentation output at the end of the webpage or not.</description>
</attribute>
<attribute>
<type>boolean</type>
<name>showmetric</name>
<alias>metric</alias>
<default>false</default>
<required>false</required>
<description>Show metric output at the end of teh webpage or not.</description>
<description>Show metric output at the end of the webpage or not.</description>
</attribute>
<attribute>
<type>boolean</type>
Expand All @@ -8904,15 +8904,15 @@ Depending on this setting Lucee scans certain scopes to find a variable called f
<status>hidden</status>
<default>false</default>
<required>false</required>
<description>Show test output at the end of teh webpage or not.</description>
<description>Show test output at the end of the webpage or not.</description>
</attribute>
<attribute>
<type>boolean</type>
<name>showdebug</name>
<alias>debug</alias>
<default>false</default>
<required>false</required>
<description>Show debug output at the end of teh webpage or not.</description>
<description>Show debug output at the end of the webpage or not.</description>
</attribute>

<attribute>
Expand Down

0 comments on commit 2f4d9e4

Please sign in to comment.