diff --git a/lib/docx/document.rb b/lib/docx/document.rb index a4dd3dd..4fe0ee1 100755 --- a/lib/docx/document.rb +++ b/lib/docx/document.rb @@ -6,7 +6,7 @@ require 'zip' module Docx - # The Document class wraps around a docx file and pro.es methods to + # The Document class wraps around a docx file and provides methods to # interface with it. # # # get a Docx::Document for a docx file in the local directory