@@ -104,7 +104,7 @@ type ModuleContentMap = Record<string, ModuleContent>
104104// Module content data
105105const moduleContent : ModuleContentMap = {
106106 'address-book' : {
107- title : 'AddressBook ' ,
107+ title : 'Address Book ' ,
108108 description : 'Provides mapping of addresses to their corresponding labels for mainnet pools, services, and exchanges.' ,
109109 usageExamples : [
110110 {
@@ -188,7 +188,7 @@ console.log(\`Block \${blockNumber} is in epoch \${currentEpoch}, batch \${batch
188188 ] ,
189189 } ,
190190 'browser-detection' : {
191- title : 'BrowserDetection ' ,
191+ title : 'Browser Detection ' ,
192192 description : 'Utility for detecting browser details including type, version, private mode, and device information.' ,
193193 usageExamples : [
194194 {
@@ -341,7 +341,7 @@ console.log(theme) // 'dark'
341341 ] ,
342342 } ,
343343 'currency-info' : {
344- title : 'CurrencyInfo ' ,
344+ title : 'Currency Info ' ,
345345 description : 'Provides currency information including code, symbol, name, and decimal precision.' ,
346346 usageExamples : [
347347 {
@@ -453,7 +453,7 @@ console.log(historic) // Array of daily rates
453453 ] ,
454454 } ,
455455 'formattable-number' : {
456- title : 'FormattableNumber ' ,
456+ title : 'Formattable Number ' ,
457457 description : 'Formats and converts numbers without precision loss with customizable formatting options.' ,
458458 usageExamples : [
459459 {
@@ -535,7 +535,7 @@ console.log(price.toString()) // '123.46'
535535 ] ,
536536 } ,
537537 'rate-limit-scheduler' : {
538- title : 'RateLimitScheduler ' ,
538+ title : 'Rate Limit Scheduler ' ,
539539 description : 'Controls and limits task execution based on defined rate limits and parallel task limits.' ,
540540 usageExamples : [
541541 {
@@ -718,7 +718,7 @@ tween.start()
718718 ] ,
719719 } ,
720720 'utf8-tools' : {
721- title : 'Utf8Tools ' ,
721+ title : 'Utf8 Tools ' ,
722722 description : 'Utility class for UTF-8 string and byte array conversions, validation, and truncation.' ,
723723 usageExamples : [
724724 {
@@ -752,7 +752,7 @@ console.log(string) // 'Hello, 世界!'
752752 ] ,
753753 } ,
754754 'validation-utils' : {
755- title : 'ValidationUtils ' ,
755+ title : 'Validation Utils ' ,
756756 description : 'Utility class for validating, normalizing, and checking Nimiq addresses and hashes.' ,
757757 usageExamples : [
758758 {
0 commit comments