From 9b0ac23c2ca68c6a16530dce334418a564755d50 Mon Sep 17 00:00:00 2001 From: Cheng Zhe Date: Thu, 15 Apr 2021 14:55:43 +0800 Subject: [PATCH] Fix typo in delta operation docs (#192) --- lib/livebook/delta/operation.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/delta/operation.ex b/lib/livebook/delta/operation.ex index 16e9ca7b5..e9968f2c2 100644 --- a/lib/livebook/delta/operation.ex +++ b/lib/livebook/delta/operation.ex @@ -1,7 +1,7 @@ defmodule Livebook.Delta.Operation do @moduledoc false - # An peration represents an atomic change applicable to a text. + # An operation represents an atomic change applicable to a text. # # For plain-text (our use case) an operation can be either of: #