Skip to content

Commit 776ced1

Browse files
author
William Troup
committed
Fix.
1 parent 87ad9be commit 776ced1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,7 +958,7 @@
958958
_configuration.objectErrorText = getDefaultString(_configuration.objectErrorText, "Errors in object: {{error_1}}, {{error_2}}");
959959
_configuration.attributeNotSetErrorText = getDefaultString(_configuration.attributeNotSetErrorText, "The attribute '{{attribute_name}}' has not been set correctly.");
960960
_configuration.languageNotSupportedErrorText = getDefaultString(_configuration.languageNotSupportedErrorText, "Language '{{language}}' is not supported.");
961-
_configuration.noCodeAvailableToRenderErrorText = getDefaultString(_configuration.noCodeAvailableToRenderErrorText, "No code is available available to render.");
961+
_configuration.noCodeAvailableToRenderErrorText = getDefaultString(_configuration.noCodeAvailableToRenderErrorText, "No code is available to render.");
962962
}
963963
function buildDefaultConfigurationCustomTriggers() {
964964
_configuration.onBeforeRender = getDefaultFunction(_configuration.onBeforeRender, null);

dist/syntax.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@
16941694
_configuration.objectErrorText = getDefaultString( _configuration.objectErrorText, "Errors in object: {{error_1}}, {{error_2}}" );
16951695
_configuration.attributeNotSetErrorText = getDefaultString( _configuration.attributeNotSetErrorText, "The attribute '{{attribute_name}}' has not been set correctly." );
16961696
_configuration.languageNotSupportedErrorText = getDefaultString( _configuration.languageNotSupportedErrorText, "Language '{{language}}' is not supported." );
1697-
_configuration.noCodeAvailableToRenderErrorText = getDefaultString( _configuration.noCodeAvailableToRenderErrorText, "No code is available available to render." );
1697+
_configuration.noCodeAvailableToRenderErrorText = getDefaultString( _configuration.noCodeAvailableToRenderErrorText, "No code is available to render." );
16981698
}
16991699

17001700
function buildDefaultConfigurationCustomTriggers() {

0 commit comments

Comments
 (0)