We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c436ee2 commit acf9fefCopy full SHA for acf9fef
src/structures/Application.ts
@@ -138,7 +138,10 @@ export class Application {
138
* Commit changes to a specific file inside your application folder
139
*
140
* - This action is irreversible.
141
- * - Tip: use `require('path').join(__dirname, 'fileName')` to get an absolute path.
+ * - Tip: use this to get an absolute path.
142
+ * ```ts
143
+ * require('path').join(__dirname, 'fileName')
144
+ * ```
145
* - Tip2: use zip file to commit more than one file
146
147
* @param file - The absolute file path or a ReadStream
0 commit comments