Bennett's Edits


Professional line editing and proofreading services emphasizing literary consistency, accuracy, and clarity of thought.




Available Services

All services include a sample edit on request.
Turnaround time is subject to project length and availability.

$9 per 1,000 words.

$7 per 1,000 words.

$35 for Resumes

$10 per page for Newsletters

$75 per title (up to 350 pages)



About The Editor

B

Hi, I’m Stephanie Bennett, and I love helping writers make their work the best it can be.I completed the University of Washington’s Editing Certificate program in 2021 and have since edited a variety of projects, from newsletters and resumes to multiple full-length novels. I’ve worked both independently and alongside publishers, helping writers refine their work and prepare it for readers.My favorite part of editing is helping writers say exactly what they want to say. Whether I’m working on a novel, a business document, or something in between, my goal is always the same: to strengthen the writing while preserving the author’s intent, style, and personality.I live in Iowa with my husband and our two kids. Before becoming an editor, I spent many years working in the grocery industry. Making the switch to editing was one of the best decisions I’ve ever made. It has allowed me to spend more time with my family while turning a lifelong love of reading, language, and storytelling into meaningful work.I approach each writing project with a keen eye for detail, respect for the author’s vision, and clear communication. Every writer puts immense time, effort, and care into their manuscript, and they deserve an editor who will treat that work with the same level of care.Whether you’re finishing a novel, polishing a manuscript, or simply looking for a fresh set of eyes on an important project, I’d love to help.


Line-Editing Portfolio

Coming Soon


Published Works


Client Testimonials

(function () { function init() { var carousel = document.getElementById('claurrd-testimonials'); if (!carousel) return; var dotsWrap = document.getElementById('claurrd-dots'); if (!dotsWrap) return; dotsWrap.innerHTML = ''; var slides = carousel.querySelectorAll('.claurrd-slide'); var prevBtn = document.getElementById('claurrd-prev'); var nextBtn = document.getElementById('claurrd-next'); var current = 0; slides.forEach(function (_, i) { var dot = document.createElement('button'); dot.className = 'claurrd-dot' + (i === 0 ? ' active' : ''); dot.setAttribute('aria-label', 'Go to testimonial ' + (i + 1)); dot.addEventListener('click', function (e) { e.stopPropagation(); goTo(i); }); dotsWrap.appendChild(dot); }); function goTo(n) { slides[current].classList.remove('active'); dotsWrap.children[current].classList.remove('active'); current = (n + slides.length) % slides.length; slides[current].classList.add('active'); dotsWrap.children[current].classList.add('active'); } nextBtn.addEventListener('click', function (e) { e.stopPropagation(); goTo(current + 1); }); prevBtn.addEventListener('click', function (e) { e.stopPropagation(); goTo(current - 1); }); var swipeStartX = 0; carousel.addEventListener('touchstart', function (e) { swipeStartX = e.touches[0].clientX; }, { passive: true }); carousel.addEventListener('touchend', function (e) { var diff = swipeStartX - e.changedTouches[0].clientX; if (Math.abs(diff) > 40) { goTo(current + (diff > 0 ? 1 : -1)); } }, { passive: true }); } if (document.getElementById('claurrd-testimonials')) { init(); } else { var obs = new MutationObserver(function () { if (document.getElementById('claurrd-testimonials')) { obs.disconnect(); init(); } }); obs.observe(document.body, { childList: true, subtree: true }); } })();