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 9198bc6 commit 7b42724Copy full SHA for 7b42724
lib/optimizer/README.md
@@ -387,7 +387,7 @@ use AmpProject\Optimizer\TransformationEngine;
387
$transformationEngine = new TransformationEngine(
388
new Configuration(),
389
390
- // A custom implementation that lets you control how eremote requests are handled.
+ // A custom implementation that lets you control how remote requests are handled.
391
new MyCustomRemoteGetRequestImplementation()
392
);
393
```
0 commit comments