Improve rendering in migration/wsc54/javascript.md
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Nov 2021 09:46:00 +0000 (10:46 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 23 Nov 2021 09:46:00 +0000 (10:46 +0100)
docs/migration/wsc54/javascript.md

index 4a2eec896c9b2379b9c0226941be97ae18dbc5a1..b0a7746c34caba97eb129e0a710e3c104d221ade 100644 (file)
@@ -2,7 +2,7 @@
 
 ## `Ajax.dboAction()`
 
-We have introduced a new `Promise` based API for the interaction with `wcf\\data\\DatabaseObjectAction`.
+We have introduced a new `Promise` based API for the interaction with `wcf\data\DatabaseObjectAction`.
 It provides full IDE autocompletion support and transparent error handling, but is designed to be used with `DatabaseObjectAction` only.
 
 See [the documentation for the new API](../../javascript/new-api_ajax.md) and [WoltLab/WCF#4585](https://github.com/WoltLab/WCF/pull/4585) for details.