From 1dce5120ac54d0940c1d21c4f07cb26e2af9bec3 Mon Sep 17 00:00:00 2001 From: 延 Date: Tue, 28 Jan 2020 21:11:56 +0100 Subject: Fix typo in documentation (#42) --- lib/axlsx/package.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/axlsx/package.rb b/lib/axlsx/package.rb index 41bfdb11..90263b25 100644 --- a/lib/axlsx/package.rb +++ b/lib/axlsx/package.rb @@ -1,7 +1,7 @@ # encoding: utf-8 module Axlsx # Package is responsible for managing all the bits and peices that Open Office XML requires to make a valid - # xlsx document including valdation and serialization. + # xlsx document including validation and serialization. class Package include Axlsx::OptionsParser -- cgit v1.2.3