diff --git a/import_and_export_data/guides/create-connector.rst b/import_and_export_data/guides/create-connector.rst index 3a7dfbee9..3d99c0c21 100644 --- a/import_and_export_data/guides/create-connector.rst +++ b/import_and_export_data/guides/create-connector.rst @@ -24,7 +24,7 @@ Jobs and steps are actually Symfony services. The first thing we need is to decl .. literalinclude:: ../../src/Acme/Bundle/NotifyConnectorBundle/Resources/config/jobs.yml :language: yaml :linenos: - :lines: 1-12,14- + :lines: 1-13,15- .. warning::