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 e07da4a commit 6cf0827Copy full SHA for 6cf0827
guide/droplet.html
@@ -356,7 +356,7 @@ <h3 id="configurable">Configurable</h3>
356
}</code></pre>
357
<h2 id="initialization-1">Initialization</h2>
358
<p>The <code>Droplet</code> init method is fairly simple since most properties are variable and can be changed after initialization.</p>
359
-<p>Most plugins for Vapor come with a <a href="providers.html">Provider</a>, these take care of configuration details for you.</p>
+<p>Most plugins for Vapor come with a <a href="provider.html">Provider</a>, these take care of configuration details for you.</p>
360
<pre><code class="language-swift">Droplet(
361
arguments: [String]?,
362
workDir workDirProvided: String?,
0 commit comments