From 17cff29597bc9bd90e07ac03e4a3d80b809df3ae Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Thu, 30 May 2019 09:01:45 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ef40239..edfbc855 100644 --- a/README.md +++ b/README.md @@ -541,7 +541,7 @@ Skylight relies on `ActiveSupport::Notifications` to track these two core method require 'fast_jsonapi/instrumentation' ``` -The two instrumented notifcations are supplied by these two constants: +The two instrumented notifications are supplied by these two constants: * `FastJsonapi::ObjectSerializer::SERIALIZABLE_HASH_NOTIFICATION` * `FastJsonapi::ObjectSerializer::SERIALIZED_JSON_NOTIFICATION`